-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Here is my tweaked eversion skin for YAMJ.
It started as a blend of elements from EVHell and TerrNova skins, but has been drastically modified from there.
Some major differences include:
- The movie/tv info screens use the colored buttons to switch between "tabs" (info/cast/fanart/trailers)
- The Cast tab is a navigable list, selecting a person in the case will go to that persons list of movies/series
- The Cast tab supports images of the form "PersonsName-RoleInShowOrMovie.jpg". For example, "Bruce Campbell-Ashley -Ash- J. Williams.jpg" will be picked up for the "Ash Vs Evil Dead" show, "Bruce Campbell-Autolycus.jpg" will be used for "Hercules" and "Xena", "Bruce Campbell-Brisco County Jr..jpg" for "The Adventures of Brisco Co. Jr", and "Bruce Campbell-Jack Stiles.jpg" will be picked up for "Jack of All Trades".
- I've modified the layouts, increased some font sizes, and generally made it more that way I like it. Showing un-watched/3D icons, etc.
Note, to make full use of the "person-role.jpg" images, I"ve included some unix shell and perl scripts which can be used to parse kodi-style nfo files (I use TinyMediaManager to maintain mine), which both find the person images (downloading them from thetvdb.com), and generate symlinks to map the kodi style thumbnails/fanart/poster into more YAMJ friendly names. (note that I have YAMJ setup to use folder.jpg for the poster, and fanart.jpg for the fanart, rather than .jpg, since that's loads simpler to deal with. The shell scripts use xpath to parse the nfos ( # sudo apt-get install libxml-xpath-perl )