Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: enoch on June 10, 2011, 12:13:18 AM
-
Can anyone recommend an application to watch movies as ISO's, that has a useful timer like media player, where you can resume if you know where you left off, tried mplayer but OSD mode by default lacks this ability.
-
Hi enoch
Can anyone recommend an application to watch movies as ISO's,
If you are asking how watch an iso file as opposed to it being on a disk, you need to mount it.
First you have to create a mount point
sudo mkdir /mnt/movie
Then you need to mount it
sudo mount -o loop filename.iso /mnt/movie
Sorry, can't help with a player.
-
Try VLC