Video playlist - "pause" between items - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166) +---- Thread: Video playlist - "pause" between items (/showthread.php?tid=163866) |
Video playlist - "pause" between items - mbarcellona - 2013-05-02 Hi, recently installed and configured xbmc on a raspberry pi, when playing a list of videos I get a pause between two items in the list, with a short return to Linux tty console from which I manually launched xbmc. This pause lasts for a second or two, then the omxplayer begins playing the next item normally. Is there any way of avoiding this unpleasant effect (force prefetching for example ... ) or at least force xbmc default background to stay for the time the system loads the next content item? Many thanks Marco RE: Video playlist - "pause" between items - seanet7or - 2013-05-02 (2013-05-02, 13:17)mbarcellona Wrote: Hi, Whats your OS and build and how do you start the list? I can't see a terminal but sometimes the default background, on both RaspBMC and OpenELEC. RE: Video playlist - "pause" between items - popcornmix - 2013-05-02 I'm guessing @mbarcellona is not using a distribution and has just installed a deb file. That's why he's got a problem. You need to remove the console when launching xbmc. You could try something like: tvservice -o && tvservice -p && <xbmc launch command> && fbset -depth 8 && fbset -depth 16 which should kill the console which X is running. RE: Video playlist - "pause" between items - mbarcellona - 2013-05-07 Hi guys, very interesting replies indeed. I actually got xbmc running on a wheezy flavor of Debian using apt-get. My doubt at this stage is that I'm invoking xbmc from console right after login, without starting X server at all. I'll play with the commands in popcornmix's post and let you know if the odd effect disappears. Many thanks M RE: Video playlist - "pause" between items - mbarcellona - 2013-05-09 Hi, I confirm that, by launching xbmc from X environment, the linux console is not visible during the transition from a media content item to the next. By setting the background to some - say - similar color w.r.t. application skin, the transition effect is minimized and perfectly acceptable Thanks for your suggestions /M |