<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Thu May 23, 2013 7:27 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Thu May 23, 2013 7:27 pm</pubDate>
  <lastBuildDate>Thu May 23, 2013 7:27 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Video playlists</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=107926#107926</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Sep 19, 2012 1:44 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Quick update: In the end I decided to convert the .VOB files I ripped from the dvd's into an mp4 (actually m4v) file using Handbrake. After that, I found a bash command to list all these m4v files in a single text file, which I modified to include their full paths: &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;find ~/ -type f -iname &amp;quot;*.m4v&amp;quot; &amp;gt;&amp;gt; playlist.m3u&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
(&lt;a href=&quot;http://www.cyberciti.biz/faq/unix-linux-mplayer-playlist-command-line-example/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;link&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
Next, instruct SMplayer (the player of choice in my case, you might make a different one based on your preferences) to play the files from the playlist and at the same time, have it run full-screen and from a script&amp;#058;&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;#!/bin/bash&lt;br /&gt;
&lt;br /&gt;
smplayer -fullscreen playlist.m3u &amp;amp;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;Save as smplayer.sh in the home dir of the user running the video (I created an extra user for this). Finally, to start the playlist at boot time, add the smplayer.sh script (make it executable!) to the startup sequence for that user. I've done it the &amp;quot;easy&amp;quot; way, via the method described here: &lt;a href=&quot;http://www.debian-administration.org/articles/50&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;link&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To be complete, I modified the login manager so it now automagically boots to the extra user I created for this purpose. It then starts SMplayer using the playlist specified. You can kill that with Alt-F4 instantly, so one can perform normal tasks on the machine &lt;img src=&quot;images/smiles/icon_smile.gif&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
HTH!</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=107926#107926</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed Sep 19, 2012 1:44 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=107926#107926</guid>
                                      </item>
                                      <item>
                                        <title>Re: Video playlists</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=107519#107519</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 22, 2012 10:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Good tip, thx!</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=107519#107519</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed Aug 22, 2012 10:34 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=107519#107519</guid>
                                      </item>
                                      <item>
                                        <title>Re: Video playlists</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=107518#107518</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 22, 2012 9:29 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Or use mplayer -dumpstream to rip the MPEG stream fro the DVD without transcoding, which goes as fast as your DVD drive can read the disc.</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=107518#107518</comments>
                                        <author>nelz</author>
                                        <pubDate>Wed Aug 22, 2012 9:29 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=107518#107518</guid>
                                      </item>
                                      <item>
                                        <title>Re: Video playlists</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=107515#107515</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Aug 22, 2012 3:00 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks (again) Nelz. I figured there must be an easier way to get round it and there is... First, transcode the dvd's to .ogm then list them all in an m3u file. SMplayer handles it all, I assume Totem does too. I've tried it with some .vob files and it transitions between files (almost) invisible. Almost there, just the transcoding to do... The first took almost 12 hours &lt;img src=&quot;images/smiles/icon_eek.gif&quot; alt=&quot;Shocked&quot; border=&quot;0&quot; /&gt;  &lt;img src=&quot;images/smiles/icon_evil.gif&quot; alt=&quot;Evil or Very Mad&quot; border=&quot;0&quot; /&gt; Maybe just use the .vob files then...  &lt;img src=&quot;images/smiles/icon_rolleyes.gif&quot; alt=&quot;Rolling Eyes&quot; border=&quot;0&quot; /&gt;  &lt;img src=&quot;images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=107515#107515</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Wed Aug 22, 2012 3:00 am</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=107515#107515</guid>
                                      </item>
                                      <item>
                                        <title>Re: Video playlists</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=107455#107455</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=5'&gt;nelz&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Aug 17, 2012 9:02 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;for file in list of files; do&lt;br /&gt;
&amp;nbsp; mplayer -dvd-device $file dvd&amp;#58;//1&lt;br /&gt;
done&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
will play title 1 of each ISO.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can extract the titles you want with&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;mplayer -dumpstream -dumpfile mymovie.mpg -dvd-device mymovie.iso dvd&amp;#58;//$titlenum&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=107455#107455</comments>
                                        <author>nelz</author>
                                        <pubDate>Fri Aug 17, 2012 9:02 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=107455#107455</guid>
                                      </item>
                                      <item>
                                        <title>Video playlists</title>
                                        <link>http://linuxformat.com/forums/viewtopic.php?p=107452#107452</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=14187'&gt;Dutch_Master&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Aug 17, 2012 8:14 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I thought I'd asked before, but apparently I haven't... Here it goes then:&lt;br /&gt;
&lt;br /&gt;
For an upcoming event I need to show a number of video's. These will be on the harddrive of a Debian machine, so far as iso files. Unfortunately they require manual input to get them started as dvd's. I already figured I'd need a playlist to play them in sequence, and the playlist should start pretty much automagically after booting up. The latter can be done with a simple script (like: &amp;quot;wait 30 sec's, execute playlist&amp;quot;) but I'm a bit stuck on the manual input.&lt;br /&gt;
&lt;br /&gt;
Any suggestions? Transcode (dvd::rip) still doesn't work...</description>
                                        <comments>http://linuxformat.com/forums/viewtopic.php?p=107452#107452</comments>
                                        <author>Dutch_Master</author>
                                        <pubDate>Fri Aug 17, 2012 8:14 pm</pubDate>
                                        <guid isPermaLink="true">http://linuxformat.com/forums/viewtopic.php?p=107452#107452</guid>
                                      </item></channel></rss>