Does anyone know how to set up a video playlist for any of the n900 video players? I could set up a shell script with a whole load of mplayer commands but would like to know if there's a GUI solution..
actually something like this would do as a command line alternative
for a in `ls /path/to/my/videos`
do
mplayer $a
done
maybe, but I havent tried it
But as i said I'd appreciate it if anyone has a gui method ..
Edit: just figured out mplayer has a -playlist option. better than nothing I suppose..
Last edited by leetnoob; 2011-02-09 at 07:29.
Reason: typo
actually something like this would do as a command line alternative
for a in `ls /path/to/my/videos`
do
mplayer $a
done
maybe, but I havent tried it
But as i said I'd appreciate it if anyone has a gui method ..
Edit: just figured out mplayer has a -playlist option. better than nothing I suppose..
Last edited by leetnoob; 2011-02-09 at 07:29. Reason: typo