Kodi Community Forum
[MOD] Aeon65 1.0 (based on Hitched Mod) - 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: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [MOD] Aeon65 1.0 (based on Hitched Mod) (/showthread.php?tid=55600)



Few quirks trying to figure out - bennyroswell - 2010-06-11

HI Guys

awesome skin guys

just a few small things i'm trying to iron out using this skin - with latest build on atv

Recently added window shows nothing - i saw some one post about this a while back, but couldn't find an answerHuh?

IN the movie info panel - i'm having trouble with some of the info displaying, in particular, the year and running time and imdb rating - i manually edited the time in the nfo and that shows now, but the other two can't get to work

i think that's it - hoping for some direction, i know it's probably something obvious that i've overlooked, so sorry in advance if this is a stupid couple of questions - cheers in advance

B


- sergiocos - 2010-06-11

Recently added works perfect here, using mindweaver's tips (page 137-138 of this thread).
Regarding infos, might be a scraper issue, i'm using EmberMediaManager to pull/edit all the infos i need and i have no problem at all.
Hope it helps!

I have a kind request too. Anyone with skinning knowledge that can tell me how can i hide/delete the line that shows the artist in Showcase view (music)? I'm using a .psd where i can post the artist/band name, so i don't need that text line.

Image

Thanks in advance to anyone with enough patience to explain! Smile


- bennyroswell - 2010-06-11

Thanks mate

i must have missed transferring a file - retransferred the new scripts to addons and overwrote what was in there and all good, so now onto those details in the movies - any other suggestions than ember - it runs a bit sluggishly on my laptop with windows 7, giving me some grief

cheers
B


- sergiocos - 2010-06-11

Did you reload the movie to get the new info to be showed? There are others media managers aside Ember, check the Supplemental Tools for XBMC section of the forum.
You might look into the wiki for a proper .nfo structure for movies/tv series etc and, if you don't have a large collection, you can export your movie library to individual files (nfos) and then edit them as you like. After that you have to reload every movies for the new information to be shown. Good luck and welcome to the forums!


- Wanilton - 2010-06-14

mindweaver Wrote:If you want customized favourites on home menu to work in the new SVNs you need to download the new script from

http://code.google.com/p/transparenc...downloads/list

and unzip the files to your addons-directory

Then you have to replace

Code:
special://skin/extras/favourites.py
with
Code:
script.favourites

on two places.

What FILE to replace...??


- sergiocos - 2010-06-14

it's not a file, these are lines of code thet you will find in the Home.xml of your skin (720p folder/Home.xml). Open it with a text editor (notepad, notepad++ etc) and whenever you find the first code, replace it with the second one. Wink


- Wanilton - 2010-06-14

I understand, but i donĀ“t find special://skin/extras/favourites.py, in the file home.xml, to replace it script.favourites, any ideas..


- sergiocos - 2010-06-14

i remember this is the routine that works for recently added, no idea for favourites... you tried to add a file/folder to favourites and it didn't work? maybe they appear in the home.xml only after you add that particular folder/file to main menu, and only then you have to make the replacement. Favourites in the main menu work in my setup, so you have to try harder Smile


- chanders - 2010-06-15

Hey guys, When I select trailer from the menu it says, "Add in videos menu" however in the videos menu I dont see anywhere where it says to add trailers.

I am using the latest XBMC SVN (as of today) and the latest version of Aeon65. Any help would be greatly appreciated..


- chanders - 2010-06-16

bump?


- Brad P - 2010-06-16

chanders Wrote:bump?

Do you have Trailers available through Menu Item settings?


- chanders - 2010-06-17

The trailer menu item is there but it goes to a screen that says that it needs to be populated using the "videos" menu item


- mindweaver - 2010-06-17

chanders Wrote:The trailer menu item is there but it goes to a screen that says that it needs to be populated using the "videos" menu item

This is only true for the new SVNs after the merge. It is because the trailer plugin is broken and not compatible with the new SVNs. I hope a fix will come. As soon as it does i will post how to add it to Aeon65 in here!


- chanders - 2010-06-17

remco999 patched the existing version of the Apple Plugin Lite to work partially with the latest XBMC (I have it working with SVN31009). Streaming only works. Download does not work due to lack of adequate Python knowledge to make the full changes. See download here.

http://forum.xbmc.org/showpost.php?p=554547&postcount=344

Once installed you can modify Aeon65's main menu for the 'Trailers' item to work. Change line 342 in Includes_MainMenu.xml (in the 720p skin folder) to

Code:
<onclick>XBMC.ActivateWindow(MyVideoLibrary, plugin://plugin.video.applemovietrailerlight/default.py,return)</onclick>

If someone versed in python is looking at this, please give it a shot to see if you can fix the downloads option. Thanks.


- telnetmanta - 2010-06-18

I've installed Aeon65 into a fresh XBMC install on Win7 (32Bit) and it continues to crash. Am I doing something wrong? Is there a minimum memory requirement? I'm only running 1GB at the moment (this was a MythTV box) but will be upgrading in a day or two.

Thanks for any help.