issues
search
staggerpkg
/
stagger
An ID3v1/ID3v2 tag manipulation package written in pure Python 3
BSD 2-Clause "Simplified" License
36
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Python 3.10 support
#60
ivhacks
closed
11 months ago
1
Typo?
#59
ivhacks
opened
2 years ago
0
Collections Library Check
#58
H0L0theBard
closed
1 year ago
0
Fix collections imports for 3.10
#57
MichaelCook
opened
2 years ago
1
AttributeError: module 'collections' has no attribute 'MutableMapping'
#56
MichaelCook
opened
2 years ago
1
corrected Typo for the comment tag
#55
madhaven
opened
4 years ago
0
Cannot remove Warnings raised on read_tag()
#54
madhaven
opened
4 years ago
0
Fix parsing month and day order
#53
Taiko2k
opened
5 years ago
0
How can I edit the url in FileURL, ArtistURL, UserDefinedURL tags?
#52
pendave
opened
5 years ago
0
Fix issue #27
#51
sudormrfbin
closed
3 years ago
0
OGG Support
#50
CodeMouse92
opened
7 years ago
1
Typo
#49
JaspervanderSter
closed
7 years ago
1
Album art
#48
manolomartinez
closed
7 years ago
2
Could id3 be composed into stagger as it has nice command for create TAGs for no Tags audio
#47
pendave
closed
8 years ago
1
[BUG] duplicate frames when frame._allow_duplicates is disabled
#46
pepie34
closed
8 years ago
1
[BUG] duplicate frames when frame._allow_duplicates is disabled
#45
pepie34
closed
8 years ago
2
Creating tags is extremely slow on ntfs-3g mounts in Linux
#44
FilipBB
opened
8 years ago
2
Setup Error
#43
GoogleCodeExporter
closed
9 years ago
4
Error on setup.py install
#42
GoogleCodeExporter
closed
9 years ago
2
Can't tag a mp3 without existing ID3 header or tags.
#41
GoogleCodeExporter
closed
8 years ago
3
TYER
#40
GoogleCodeExporter
opened
9 years ago
0
mp3 duration play-time ?
#39
GoogleCodeExporter
opened
9 years ago
3
Using stagger in threads.
#38
GoogleCodeExporter
opened
9 years ago
0
stagger --print fails with AttributeError
#37
GoogleCodeExporter
closed
9 years ago
2
Stagger should suppress KeyboardInterrupts while modifying files
#36
GoogleCodeExporter
closed
9 years ago
1
NameError in tags.py
#35
GoogleCodeExporter
closed
9 years ago
8
Setting of frames silently fails
#34
GoogleCodeExporter
closed
9 years ago
1
Implement tag.sort-title, tag.sort-artist, tag.sort-album-artist, tag.sort-album, tag.sort-composer properties.
#33
GoogleCodeExporter
closed
9 years ago
2
Implement tag.compilation property
#32
GoogleCodeExporter
opened
9 years ago
1
Implement tag.date property.
#31
GoogleCodeExporter
closed
9 years ago
2
Implement tag.picture property.
#30
GoogleCodeExporter
closed
9 years ago
1
Implement tag.comment property
#29
GoogleCodeExporter
closed
9 years ago
1
Implement tag.track, tag.track_total, tag.disk, tag.disk_total
#28
GoogleCodeExporter
closed
9 years ago
2
Modify tag.genre to automatically convert numerical genres into readable strings
#27
GoogleCodeExporter
opened
9 years ago
2
Don't save tags with no frames.
#26
GoogleCodeExporter
closed
9 years ago
1
Add a high-level tagging API with human-readable names for the most important frame types
#25
GoogleCodeExporter
closed
9 years ago
1
Save source filename of tag, use it as default option for write()
#24
GoogleCodeExporter
closed
9 years ago
2
Allow the user to disable validation.
#23
GoogleCodeExporter
closed
9 years ago
2
Validate track numbers and date/timestamp frames.
#22
GoogleCodeExporter
opened
9 years ago
0
Recognize extraneous NUL characters at the end of a text frame
#21
GoogleCodeExporter
closed
9 years ago
1
Don't save multiple strings in v2.2 text frames
#20
GoogleCodeExporter
closed
9 years ago
1
Add tag.scrub(), frame.scrub() methods
#19
GoogleCodeExporter
opened
9 years ago
0
Stagger needs a command-line frontend
#18
GoogleCodeExporter
closed
9 years ago
2
Implement more id3v2 frames
#17
GoogleCodeExporter
opened
9 years ago
0
Keep the original order of frames as the secondary sort key in tag.write
#16
GoogleCodeExporter
closed
9 years ago
1
Human readable tag transport/editing format
#15
GoogleCodeExporter
opened
9 years ago
1
frame1 == frame2, tag1 == tag2
#14
GoogleCodeExporter
closed
9 years ago
2
TAG[COMM, "eng", "foo"] = "Foobar baz."
#13
GoogleCodeExporter
opened
9 years ago
0
tag[TIT2] should return a single frame, not a 1-element list
#12
GoogleCodeExporter
closed
9 years ago
1
Validate frame fields as they are being set
#11
GoogleCodeExporter
closed
9 years ago
1
Next