Description: Another simple shell script with a graphical front-end (this time kfiledialog versus kdialog). The user selects a standard m3u playlist and it is opened with kplayer (in reality it converts the playlist to kplayerrc, overwrites the current rc and opens kplayer).
This script was inspired after finding out that kplayer could not import playlists. Originally the script was written as a command-line app taking the playlist filename as an argument, but after working with kdialog for my other script, decided to add a GUI to this one as well.
If you like kplayer, but wish you could easily import m3u playlists, this might help you out.Last changelog:
- New Import/Export feature - Fixed bug where filter in file dialogs would change to a file name if there's only one playlist in the directory (put "*.mp3" in quotes)
Ratings & Comments
2 Comments
As of 0.4 KPlayer now accepts multiple files on the command line. So you don't need to overwrite the kplayerrc anymore.
Just what I was looking for :), but now I found kaffeine, it's a little superior as a media player anyway ;)