Playlistwidget

Qt Widgets

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.7

Description:
A widget for playlists.
It sorts all tracks into albums, and automaticly drops deleted files. It also changes all shown tags if they got edited through another program. It depends on Qt4 and taglib.

It is a part of my program k-yamo, and I decided to give it away, so other projects can use it also.

The new version of K-Yamo, wich uses this widget, is out, so if you want to check how this widget works in total, you can take a peek in the sources of K-Yamo.

Post a comment,if you like or dislike it.
Last changelog:

0.3 Cleaned out the code, so most of the k-yamo-specific-stuff is not in there anymore.
Sorted out the sourcecode into folders and added all pictures this time.
Improved the order in the constructors, so there are no more warnings on compile.
Added a Delegate to get artist and album on a seperate line.
Completed the api-documentation.

0.2 Only made a better example-app, that wires a bit more.
Also the icon is set this time, so albums without cover in tags get shown right.


Ratings & Comments

8 Comments

masterfamp

Hi, I'm playing with your widget, but does not run :S. I using the 1.6.3 version of taglib, however QTcreator say to me: no matching function for call to 'TagLib::MPG::File::File(QByteArray)' on line 69 of taglibinterface.cpp file. can you help me to find one solution??. Thanks in advance.

roweigert

You need to tell Qt, that you need external includes. This is done with the following lines in your pro-file: INCLUDEPATH += . \ /usr/include/taglib/ LIBS += -L/usr/lib \ -ltag

masterfamp

Hi and thank for your response. I'm running the widget in windows and i try to use the taglib version 1.5 and 1.6.3, however i have the same problem with the creation of files (i think). in this lines in taglibinterface.cpp: (69) TagLib::MPEG::File filetoread(QFile::encodeName ( this->filename )); (138) TagLib::FileRef filetoread(QFile::encodeName ( this->filename )); (159) TagLib::Ogg::Vorbis::File filetosave(QFile::encodeName(this->filename)); (187) TagLib::MPEG::File filetosave(QFile::encodeName(this->filename)); when i change "this->filname" like this example: TagLib::FileName file_name(this->filename.toAscii()); TagLib::MPEG::File filetoread( file_name); then the program run, however when you drag a file nothing happen. what can i do?? are you using a different version of taglib????. THANKS IN ADVANCE

masterfamp

Hi and thank for your response. I'm running the widget in windows and i try to use the taglib version 1.5 and 1.6.3, however i have the same problem with the creation of files (i think). in this lines in taglibinterface.cpp: (69) TagLib::MPEG::File filetoread(QFile::encodeName ( this->filename )); (138) TagLib::FileRef filetoread(QFile::encodeName ( this->filename )); (159) TagLib::Ogg::Vorbis::File filetosave(QFile::encodeName(this->filename)); (187) TagLib::MPEG::File filetosave(QFile::encodeName(this->filename)); when i change "this->filname" like this example: TagLib::FileName file_name(this->filename.toAscii()); TagLib::MPEG::File filetoread( file_name); then the program run, however when you drag a file nothing happen. what can i do?? are you using a different version of taglib????. THANKS IN ADVANCE

masterfamp

Hi and thank for your response. I'm running the widget in windows and i try to use the taglib version 1.5 and 1.6.3, however i have the same problem with the creation of files (i think). in this lines in taglibinterface.cpp: (69) TagLib::MPEG::File filetoread(QFile::encodeName ( this->filename )); (138) TagLib::FileRef filetoread(QFile::encodeName ( this->filename )); (159) TagLib::Ogg::Vorbis::File filetosave(QFile::encodeName(this->filename)); (187) TagLib::MPEG::File filetosave(QFile::encodeName(this->filename)); when i change "this->filname" like this example: TagLib::FileName file_name(this->filename.toAscii()); TagLib::MPEG::File filetoread( file_name); then the program run, however when you drag a file nothing happen. what can i do?? are you using a different version of taglib????. THANKS IN ADVANCE

roweigert

Take a look into the function getallfiles(). This one is called by dropEvent(). Maybe you need to set toAscii to all th filenames in windows. Try to create debugoutput in both functions, to see what happens to your filenames. I have an utf8-linux-system. This works best for me. (Cause I can see german Umlauts also)

masterfamp

i fixed, the problem was in the paths because for some reason the string always start with a slash (like "/c:/file.mp3") i just delete this slash and then the program run. Thanks for your help!!

roweigert

Ok,fine. I never thought about windows-users. It is simply a part of my programm k-yamo that I ramped out, cause it worked well. (At least for me ;-)) But I am really pleased, that other maybe use some of my (weired) code.

Pling
0 Affiliates
Details
license
version 0.3
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

Other Qt Widgets:

Widget Virtual Keyboard
embitel
last update date: 15 years ago

Score 5.3

Widget Marquee Label
embitel
last update date: 15 years ago

Score 6.1

Widget Color Picker
embitel
last update date: 15 years ago

Score 4.7

QtitanDataGrid advanced Grid for Qt
BigZ1
last update date: 8 years ago

Score 5.7

QtitanRibbon Microsoft RibbonUI and Office Styles for Qt
BigZ1
last update date: 8 years ago

Score 5.2

Q7TaskBar
QDevelopper
last update date: 13 years ago

Score 6.1