-
Notifications
You must be signed in to change notification settings - Fork 0
Yammi is an mp3 music manager I developed, released and maintained (via sourceforge) from ~2000 to ~2007 as an answer to seeing people digging through their filesystems while using XMMS.
License
onoelle/yammi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Yammi - Yet Another Music Manager I ... Please visit http://yammi.sourceforge.net for detailed (but probably outdated) information about Yammi. After the porting to Qt4/5 a lot of functionality got not tested in depth. Therefore it is likely there is something not working aside the normal operations like scanning for mp3, playing them and grouping them in categories. So you have been warned! Dependencies: ------------- - Qt library in version 5 - xine library, vlc library and/or qtmultimedia5. - TagLib This command should get you all development and runtime stuff you need: at Debian Stretch: apt install git build-essential libasound2-dev libtag1-dev libvlc-dev libxine2-dev qtbase5-dev qtmultimedia5-dev qttools5-dev-tools Getting and building the source from GIT: ----------------------------------------- $ git clone git://git.code.sf.net/p/yammi/git yammi-git $ cd yammi-git/src $ export QT_SELECT=qt5 $ qmake $ make all And you are done. Right now you should be able to run Yammi from the source tree: $ ./yammi Buidling a Debian package for Stretch: -------------------------------------- # apt install git debhelper build-essential libasound2-dev libtag1-dev libvlc-dev libxine2-dev qtbase5-dev qtmultimedia5-dev qttools5-dev-tools $ git clone git://git.code.sf.net/p/yammi/git yammi-git $ cd yammi-git $ dpkg-buildpackage -b -uc The configuration lies in following files and directories: /home/user/.local/share/data/yammi/yammi /home/user/.local/share/yammi/yammi Translations: ------------- Currently the english and german languages should be in a good shape. For spanish and italian I could not judge about it - you have to try it. If they are not usable please delete the translations/yammi*.qm file for your locale. Other translations are not included. I hope you enjoy using Yammi...
About
Yammi is an mp3 music manager I developed, released and maintained (via sourceforge) from ~2000 to ~2007 as an answer to seeing people digging through their filesystems while using XMMS.