
Cuberok
Source (link to git-repo or to original if based on someone elses unmodified work):
Main features are:
- Music collection support (SQLite 3 used)
- CUE sheets support
- Experimental support of Shoutcast/icecast streams
- Last.FM scrobbler
- Ability to download images for albums and artists from Last.FM
- Ability to download information of artist from Last.FM and lyrics from LyricWiki.org
- Auto rating for songs
- Support for many play lists at one time
- Tag editing capability
- English and Russian interface
Version 0.1.0 (27.09.10)
* Remake Lyric search plugin. Now we use Lucky Google instead LyricWiki.org. New dependency is yajl.
* New plugin system. All extensions were rewritten.
* Smart auto engine. You can select preferred backends for mime-types.
* Fix flac playing in the ffmpeg backend
* Lots of bugfixes
Version 0.0.11 (16.07.09)
* Command line options. You can control playing by scripts or other events. Type 'cuberok -h' for details.
* Hotkeys for common actions
* New backend: FFmpeg
* Bookmarks for often used folders
* Bugfixes
Version 0.0.10 (19.05.09)
* Show system information in the about window
* First start wizard. It can import amarok database or create a collection
* Scrobbler for Libre.FM
* Import collection from Amarok 1.4 sqlite database.
* Collection settings: functions for rescan and cleanup collection.
* Information panel improvements. You can choose information you wanna see.
* Session management fixed
* Bugfixes
Version 0.0.9 (17.04.09)
* Create browser for internet services, support Magnatune and Jamendo
* Bugfixes
Version 0.0.8 (10.04.09)
* Interface improvements
* Bugfixes
Version 0.0.7 (27.03.09)
* New plugin for Phonon
* Bugfixes
Version 0.0.6a (12.03.09)
* Add hack for cp1251
* Update translation
Version 0.0.6 (10.03.09)
* QTagConvert (http://sourceforge.net/projects/qtagconvert/) has been included into Cuberok. Now you can convert your tags easy.
* ID3v1 tags always reads from system codepage.
* New images for buttons are from ACUN 0.7 icon theme (http://truvalinux.org.tr/acun/)
Version 0.0.5 (20.02.09)
* Remake informaion panel. Loading artist and album info from Last.FM, loading lyrics from LyricWiki.org
* Smart playlists (by custom SQL requests)
Ratings & Comments
18 Comments
I've selected the directory /mnt/storage/music, which is where my music is stored (into subdirectories), but when I click on the button to scan my collection, nothing seems to happen. I can't see anything unusual in the console output either. Thanks for any pointers.
Nice Work, this is a very good player.
I hope it soon will be better
Cuberok 0.0.10 doesn't compile in Mandriva 2009.1/ x86_64. This is the error message: ../unix/obj/importcollection.o importcollection.cpp importcollection.cpp: In static member function »static bool ImportCollection::importCollection(QString, bool)«: importcollection.cpp:64: Fehler: format not a string literal and no format arguments make[1]: *** [../unix/obj/importcollection.o] Fehler 1 Any ideas?
Good day, could somebody make RPM for mandriva 2009.1-i586 it does not compile :-( Dans le fichier inclus à partir de collectionfiller.cpp:23: main.h:25:21: erreur: fileref.h : Aucun fichier ou dossier de ce type main.h:26:17: erreur: tag.h : Aucun fichier ou dossier de ce type main.h:27:22: erreur: mpegfile.h : Aucun fichier ou dossier de ce type main.h:28:22: erreur: id3v2tag.h : Aucun fichier ou dossier de ce type main.h:29:22: erreur: id3v1tag.h : Aucun fichier ou dossier de ce type make[1]: *** [../unix/obj/collectionfiller.o] Erreur 1 make[1]: quittant le répertoire « /home/flying-stranger/Telechargements/cuberok-0.0.10/src » make: *** [sub-src-make_default] Erreur 2
You can find mandriva packages in http://download.opensuse.org/repositories/home://TI_Eugene://QtDesktop/
сделай, плиз, чтобы программа запоминала последнию открытую директорию. а то при каждом запуске "идти" от корня не удобно. спасибо за разработку!
Данная фича запланирована в следующую версию. Следите за обновлениями
I love your app. It looks like my future amarok2 replacement, just make it little bit more stable.
It does not play in FreeBSD 7.1
Selected engine Null engine
Does other plugins exist? Check the build-dir/unix/plugins for them, or /usr/lib/cuberok after installation.
DrMoriarty I tried to run cuberok without install, it is probably cause of problem. How I can change prefix dir? I want to install cuberok to special place like /usr/local/opt/?
run make install INSTALL_ROOT=/usr/local/opt
Кстати, можно по-русски обращаться
Спасибо, всё заработало!
Hi :) It seems that cuberok fails to build with >=qt-4.5_rc1 /usr/include/qt4/QtCore/qvariant.h: In member function ‘QVariant PlaylistModel::data(int) const’: /usr/include/qt4/QtCore/qvariant.h:408: error: ‘QVariant::QVariant(void*)’ is private playlistmodel.cpp:137: error: within this context /usr/include/qt4/QtCore/qvariant.h: In member function ‘virtual QVariant PlaylistModel::data(const QModelIndex&, int) const’: /usr/include/qt4/QtCore/qvariant.h:408: error: ‘QVariant::QVariant(void*)’ is private playlistmodel.cpp:159: error: within this context /usr/include/qt4/QtCore/qvariant.h:408: error: ‘QVariant::QVariant(void*)’ is private playlistmodel.cpp:160: error: within this context /usr/include/qt4/QtCore/qvariant.h: In member function ‘virtual QVariant PlaylistModel::headerData(int, Qt::Orientation, int) const’: /usr/include/qt4/QtCore/qvariant.h:408: error: ‘QVariant::QVariant(void*)’ is private Could you look into it? Thanks!
Thanx for report. Error was fixed in svn (rev 130).