2013-11-25, 04:06
Thanks for the update!
(2013-11-25, 09:48)smacrae Wrote: Using the latest PlexXBMC and Amber I have the following issue.
(2013-11-25, 09:51)etronic Wrote: I'm having problem with shutdown/reboot of my Pi.
(2013-11-25, 12:55)rossglass Wrote: Hi
I added libraries for Movies and TV Shows, added them as favourites and then added to home screen.
Is there any was I can bring across the 'recently added' and 'recommended" items to them?
(2013-11-25, 13:04)pecinko Wrote:(2013-11-25, 12:55)rossglass Wrote: Hi
I added libraries for Movies and TV Shows, added them as favourites and then added to home screen.
Is there any was I can bring across the 'recently added' and 'recommended" items to them?
Sure.
With added Movies and TV Shows use built in menu items (they will appear automatically when you add movie or tv content) NOT favourite links.
(2013-11-25, 15:38)etronic Wrote: It works fine with Confluence.
Here's my xbmc.log.old from Gotham with Amber
http://xbmclogs.com/show.php?id=89682
And same system with Confluence
Quote:13:12:54 T:3040837632 DEBUG: ------ Window Deinit (DialogButtonMenu.xml) ------
13:12:54 T:3040837632 DEBUG: ExecuteXBMCAction : Translating XBMC.Powerdown()
13:12:54 T:3040837632 DEBUG: ExecuteXBMCAction : To XBMC.Powerdown()
13:12:54 T:3040837632 DEBUG: ------ Window Init () ------
Quote:13:13:02 T:3040837632 ERROR: XBPyThread:top - script /home/pi/.xbmc/addons/script.mtvguide/service.py didn't stop in 5 seconds - let's kill it
13:13:02 T:3040837632 NOTICE: stop python
13:13:02 T:3040837632 DEBUG: waiting for python thread 1 (/home/pi/.xbmc/addons/script.cinema.experience/service.py) to stop
13:13:02 T:2882532416 DEBUG: Thread XBPyThread 2882532416 terminating
13:13:02 T:2916086848 DEBUG: Thread XBPyThread 2916086848 terminating
13:13:02 T:2874143808 DEBUG: Thread XBPyThread 2874143808 terminating
13:13:02 T:2907698240 DEBUG: Thread XBPyThread 2907698240 terminating
13:13:02 T:2941252672 DEBUG: Thread XBPyThread 2941252672 terminating
13:13:02 T:2848977984 DEBUG: Thread XBPyThread 2848977984 terminating
13:13:02 T:3040837632 DEBUG: python thread 1 (/home/pi/.xbmc/addons/script.cinema.experience/service.py) destructed
13:13:02 T:3040837632 DEBUG: waiting for python thread 3 (/home/pi/.xbmc/addons/script.mtvguide/service.py) to stop
13:13:02 T:2924475456 INFO: Scriptresult: Waiting on thread 18446744072050676800
(2013-11-25, 15:43)rossglass Wrote: Sorry pecinko, I meant Movies and Animations
(2013-11-25, 15:38)etronic Wrote: Here's my xbmc.log.old from Gotham with Amber
http://xbmclogs.com/show.php?id=89682
01:23:52 T:3040837632 NOTICE: Starting XBMC (12.2 Git:20130502-32b1a5e), Platform: Linux (Debian GNU/Linux 7.0 (wheezy), 3.10.17 armv6l). Built on Sep 6 2013
(2013-11-25, 00:55)pecinko Wrote:Hi,(2013-11-21, 16:37)DBMandrake Wrote:(2013-11-21, 14:14)pecinko Wrote: It is on Git. ver 1.2.0 (bumped to avoid confusion)Hi, I'd be glad to test it.
Would be nice I you could test. I use default font and testing fonts in different dialogs is very tedious, especially if you don't use them.
I've had a quick look at it and noticed that SourceSansPro font is smaller than Arial was in most of the menus, (like the settings menu) however larger on the home screen and not formatted very well:
https://dl.dropboxusercontent.com/u/7826...0-home.png
Should it be aligned with the bottom edge of the frame or should it be centred as below on 1.0.9 with the Arial font ?
https://dl.dropboxusercontent.com/u/7826...9-home.png
Arial no caps should be OK now?
<item id="4" description="MyMovies">
...
<onclick>ActivateWindow(VideoLibrary,"special://skin/playlists/movies.xsp",return)</onclick>
</item>
(2013-11-27, 22:52)billy123 Wrote: Hi,
The Amber skin got automatically updated to version 1.2.5. In the past I would edit the includes.xml file to change the standard movies button to point to a self-made playlist. This was achieved by editing the includes.xml to:
Code:<item id="4" description="MyMovies">
...
<onclick>ActivateWindow(VideoLibrary,"special://skin/playlists/movies.xsp",return)</onclick>
</item>
With the new updated skin this is slightly changed and the MyMovies part in the includes.xml now links to a new CustomMoviesHomeButton.xml file. This gives a nice new feature to change the behaviour of the standard movies button, but as I have tested it not exactely like I want it (I would like it to open directly a specific playlist, not all playlists). Is this correct?
If this is not possible via GUI configuration, could somebody give me some guidance in how need to incorporate the above in the new CustomMoviesHomeButton.xml file?
Thanks