
USLT Manager
Source (link to git-repo or to original if based on someone elses unmodified work):
Requirements
Python 3Python Mutagen (>= 1.25): https://mutagen.readthedocs.orgPyQt5: https://pypi.python.org/pypi/PyQt5
Description
The ID3 tag used to store some informations on a song directly into mp3 file supports saving the lyrics as well. Various mp3 playing programs support showing the embedded lyrics or even provide an interface to add or modify the lyrics.
This programs focuses on the management of these lyrics. Files or even directories are checked for embedded lyrics. Lyrics can be added, modified, or deleted. The program supports editing multiple lyrics in one file as defined by the ID3v2.4 standard (http://id3.org/id3v2.4.0-frames).
Be aware that files are directly modified. As this program is in an early development phase, make a backup before saving your modifications.
Installation
USLT Manager requires an installation of Python 3. It depends on PyQt5 and Python Mutagen. The package already contains the required Mutagen library. However, if you want to use your own installation (for instance by the one handled by your package management of your distribution) just delete the mutagen folder after extraction.
Python 3: https://www.python.org/downloads/PyQt5: http://www.riverbankcomputing.co.uk/software/pyqt/download5Python Mutagen: https://bitbucket.org/lazka/mutagen/downloads
Available languages
EnglishGerman
Development
The source code and the revision history is hosted on github: https://github.com/stifi/USLT-Manager
Version 1.1
Allow '.' as startup parameterCatch ID3NoHeaderError from mutagenUse kid3-qt command instead of kid3 if availablePEP8 fixes
Version 1.0
Add and modify shortcuts and show them in the tooltipShow download icon during directory checkRun directory check is done a separate threadIncrease the size of the dialog for adding lyricsAdd some tooltipsDirectory checking is now considered as stableClose the program by CTRL+CImproved file caching methodologyRemove the filename from argv[1]Watch all visible files and directories for changes (expanded directories where not on the watch list so far)Don't fail on missing ID3 header
Ratings & Comments
0 Comments