Kodi Community Forum
Amber for Frodo - Support thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203)
+---- Thread: Amber for Frodo - Support thread (/showthread.php?tid=172623)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


RE: Amber for Frodo - Support thread - danmedhurst - 2013-11-30

(2013-11-30, 11:56)pecinko Wrote:
(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

Just do it the same way you did it earlier - don't mind CustomMoviesHomeButton at all.

Hi Pecinko.. just had a look at the new version and saw that you had implemented this.. Almost does what i want but not quite.. thanks for the change though Smile

Edit : Would it be possible to add and option to go to a specific UNC path or favorite?


RE: Amber for Frodo - Support thread - portuga2000 - 2013-12-01

Hi, pecinko.

Could you please add suport for the VideoExtras Addon?

Love the skin. Used on my HTPC and on my raspberry Pi.

Thanks,


RE: Amber for Frodo - Support thread - billy123 - 2013-12-01

(2013-11-30, 11:56)pecinko Wrote: Just do it the same way you did it earlier - don't mind CustomMoviesHomeButton at all.

Hi Peckino, thanks for the suggestion, works like charm again.

The request from danmedhurst although would be very helpful (currently I have disabled the auto-update feature for the add-ons Smile
(2013-11-30, 23:17)danmedhurst Wrote: Edit : Would it be possible to add and option to go to a specific UNC path or favorite?



RE: Amber for Frodo - Support thread - SilentBob - 2013-12-01

Hi! Amber looks great, thanks for the skin. Are you going to implement language icons? I got my movies either in english or german and some even with both language tracks, so an icon would help out there!


Amber for Frodo - Support thread - pecinko - 2013-12-03

(2013-12-01, 16:24)portuga2000 Wrote: Hi, pecinko.

Could you please add suport for the VideoExtras Addon?

Love the skin. Used on my HTPC and on my raspberry Pi.

Thanks,

If SpaceMonkey would be interested in making code support for it - I will add it.


RE: Amber for Frodo - Support thread - pecinko - 2013-12-03

version 1.2.6 (on Git)

update strings and bump add-on version
Add partial watch mark for shelf in progress
Add option to select movie entry from favourites


RE: Amber for Frodo - Support thread - danmedhurst - 2013-12-04

(2013-12-03, 16:57)pecinko Wrote: version 1.2.6 (on Git)

update strings and bump add-on version
Add partial watch mark for shelf in progress
Add option to select movie entry from favourites

Awesome Smile Thanks Pecinko.. just waiting on it to hit the repo


RE: Amber for Frodo - Support thread - pecinko - 2013-12-04

(2013-11-27, 16:40)DBMandrake Wrote: I've just tested 1.2.5 and vertical alignment looks good now but I've still had to revert back to 1.0.9 because the Arial No Caps font is still a lot narrower than the Arial font used in 1.0.9. One of our XBMC systems is running on a 24" screen in a bedroom and the Arial font (as well as the default all caps font) is just too narrow to be comfortably read from a distance, while the 1.0.9 Arial font is easy to read at the same distance.

Here's an offer - you edit Arial no caps to your liking and I will include it in the skin.

Edit Font.xml from skin.amber/1080i - section <fontset id="Arial nocaps" unicode="true" idloc="31391"> ONLY

Put a keymap.xml file in ../userdata/ folder with the following content:

PHP Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<keymap> 
    <global> 
        <keyboard>  
            <f5>XBMC.ReloadSkin()</f5>
         </keyboard> 
    </global> 
</keymap> 


and you will be able to refresh skin with F5 key so you can test your changes on-the-fly : Increase font size in Arial no caps section, save changes, hit F5 to see the change in the skin.


RE: Amber for Frodo - Support thread - Scott00007 - 2013-12-04

I've downloaded 1.2.6 from Github but when I install it from zip it doesn't seem to work.

Here is my log file:

http://www.xbmclogs.com/show.php?id=93354


RE: Amber for Frodo - Support thread - Zeflash - 2013-12-05

Nevermind. Subtitles work fine, I *wasn't* on the frodo branch.


RE: Amber for Frodo - Support thread - danmedhurst - 2013-12-06

Has it made it to the repo yet? I can't get near my TV's to find out :'(


RE: Amber for Frodo - Support thread - danmedhurst - 2013-12-07

(2013-12-06, 23:54)danmedhurst Wrote: Has it made it to the repo yet? I can't get near my TV's to find out :'(

Bugger.. doesn't look like it.. Seems to be taking a while to hit the Repo this time Sad


RE: Amber for Frodo - Support thread - pecinko - 2013-12-07

(2013-12-07, 02:01)danmedhurst Wrote:
(2013-12-06, 23:54)danmedhurst Wrote: Has it made it to the repo yet? I can't get near my TV's to find out :'(

Bugger.. doesn't look like it.. Seems to be taking a while to hit the Repo this time Sad

I haven't asked for repository version update yet as I have couple of other things in the queue.

(2013-12-04, 18:35)Scott00007 Wrote: I've downloaded 1.2.6 from Github but when I install it from zip it doesn't seem to work.

Here is my log file:

http://www.xbmclogs.com/show.php?id=93354

Seems like update is being processed, old version gets unloaded and then XBMC reloads old version instead of a new one.


RE: Amber for Frodo - Support thread - danmedhurst - 2013-12-07

Has there been a change to the Recently Added widget? It seems like it's not showing posters for anything that i've got local content for.. But if i let XBMC scan the internet then it displays them... I have to change the poster art manually and then it shows up... any ideas?


RE: Amber for Frodo - Support thread - BeesKid - 2013-12-07

*_*