Commit Graph

65 Commits (master)

Author SHA1 Message Date
Anthony Forsberg 6ba85c44fb Lyrics saved as USTL tag inside MP3
Modified/Merged @sun2rise's PR, was having issues merging the actual PR
due to the repo being gone (and I'm bad at git)

Had to make some changes to the imports as Mutagen has had some changes.
2016-12-27 18:25:21 -05:00
Anthony Forsberg f157a7fe7d Refactor, original scheme 2016-12-18 12:49:34 -05:00
Anthony Forsberg 3c3f2f230e Updated setup.py, fixed lingering differences
setup.py now has both Python tags.

Fixed some lingering spacing differences.
2016-12-15 20:50:37 -05:00
Anthony Forsberg a8ebb47e3e Big update, see description.
Refactored to match Python 3 branch.

Switched to a README.rst (for PyPI support) spell checked, updated
information, removed IRC link in favor of Discord (No one was ever in
the IRC channel)

Updated deps, requirements, and setup.py.

Now using the latest versions of the required dependencies.
Note: May cause lextab.py/yacctab.py warnings, they are harmless. If the
warning are annoying delete those two files in site-packages/Slimit
(That are generated anyway)

Updated code, using latest supported syntax for everything possible
while still supporting Python 2.7.x.

Currently code is 1:1 with the Python 3 branch.
2016-12-15 20:28:24 -05:00
Bendito999 9eac9ac067 ID3 Data Windows Explorer Compatibility
Windows Explorer and Media Player cannot read ID3v2 data without first having ID3v1 data present. This makes it necessary to first enable ID3v1 if it was not already enabled on the files (which apparently Bandcamp does not)

It's probably easy to miss this on any reasonable media player or Linux ;)

More syntax info from 
http://mutagen.readthedocs.org/en/latest/api/id3.html#mutagen.id3.ID3.save

Original solution from post on https://code.google.com/p/mutagen/wiki/Tutorial

>Comment by jehoshu...@gmail.com, Oct 4, 2011
>After many hours . . .
>I discovered why on save() the information disappears in Windows Explorer and Media Player . . .
>. . . Windows Explorer and Media Player only read, and mutagen does NOT write, ID3v1 tags!
>And as far as I can tell from the LIMITED documentation, mutagen will READ BUT NOT WRITE ID3v1  tags.
>I further discovered, while playing with WINAMP, that it is possible to have BOTH ID3v1 and ID3v2 tags in a file, BUT Windows Explorer and Media Player require the ID3v1 tags to come first!
>But there's no way to explicitly ensure that mutagen follows this requirement.
>Does anybody know ID3v1 well enough to dive into the source code and fix this?
>I'm using Windows 7, Python 2.7, Mutagen 1.20. I really hope this helps someone avoid spending painful amounts time!
2016-09-04 15:51:38 -04:00
Iheanyi Ekechukwu 50b0a7781a Merge pull request #51 from Mixbo/master
Changed hardcoded python to env PATH
2016-04-01 10:37:34 -04:00
Mixbo 35b0000f62 Encoding 2016-03-27 16:47:34 -04:00
Mixbo 1374abf9dd Forces python2 2016-03-26 12:03:46 -04:00
Mixbo b3fd3a067f Changed hardcoded python to env PATH 2016-03-26 11:55:17 -04:00
Pedro Lopes a43031d392 spotted a bug on the prints with german chars such as ä, added utf-8 encode and seems fine 2016-02-25 16:12:05 +01:00
Pedro Lopes 6f89d3a11e minor fix on print 2016-02-25 15:24:09 +01:00
Pedro Lopes de4726aba1 added a Fetching track 1 of N message to the album download function. 2016-02-25 15:20:40 +01:00
Iheanyi Ekechukwu ac7dea2fec Fix bugs for downloading individual tracks. 2015-12-27 01:58:24 -05:00
Iheanyi Ekechukwu ece554324f Rename Python file to something more suitable. 2015-12-11 18:02:43 -06:00
Iheanyi Ekechukwu 278ceae2e1 Rename directory for Python conventions. 2015-12-11 16:39:03 -06:00