Hi.
I've been looking everywhere for this, but can't find it.
How do you create mp3 playlists in the mplayer/mp3 plugin???
thanks
Simon
2005/8/22, Simon Baxter linuxtv@nzbaxters.com:
How do you create mp3 playlists in the mplayer/mp3 plugin???
Select MP3 from the VDR main menu. Via the Blue button (">>") you get the functions to create (green), delete (yellow) and rename (blue) any playlist.
Just press green and add some songs via the red button. Press Back and rename your playlist if necessary.
Joachim.
2005/8/22, Simon Baxter linuxtv@nzbaxters.com:
How do you create mp3 playlists in the mplayer/mp3 plugin???
Or RTM:
<your VDR-dir>/PLUGINS/src/mp3/MANUAL: Chapter "The MP3 menu"
Regards, Joachim.
My problem turned out to be with the Makefile.
The part - ### Targets:
all: $(ALL)
was only creating PLUGIN2 being mplayer.so. I was getting 'Make has nothing to do for all:'
I couldn't get it to work properly, so changed it to : ### Targets:
###all: $(ALL) #doesn't work for some reason SBB all: libvdr-$(PLUGIN).so libvdr-$(PLUGIN2).so
...and now both mp3 and mplayer work
Thanks
Simon