• 1
  • 60
  • 61
  • 62(current)
  • 63
  • 64
  • 101
[MOD] Aeon Hitched - Signing out
Hi All,

I have downloaded the very latest from GIT.

Updated my XBMC with the latest build.

Installed the Aeon Hitch modified (from GIT)

And I STILL get a script error ?

The skin was working 100% untill I did the latest updates.

Any thoughts from anyone ?
Reply
BurningSky Wrote:Hi Hitcher,
can you add the 'exit xbmc' option to the shutdown menu please?
Here is the code from the PM3.HD skin I found HERE


Thanks
If I do that it'll break the built-in shutdown functions (Quit, Suspend, Hibernate, Shutdown or Minimise) for anyone else using them.
By all means go ahead and edit it yourself. Open DialogButtonMenu.xml and find this code -
Code:
<control type="button" id="809">
    <description>Shutdown</description>
    <label>31208</label>
    <include>Objects_ContextMenuButton</include>
    <onclick>Shutdown</onclick>
</control>
and change to
Code:
<control type="button" id="809">
    <description>Shutdown</description>
    <label>31208</label>
    <include>Objects_ContextMenuButton</include>
    <onclick>XBMC.Quit()</onclick>
</control>

gmeleski Wrote:Hi All,

I have downloaded the very latest from GIT.

Updated my XBMC with the latest build.

Installed the Aeon Hitch modified (from GIT)

And I STILL get a script error ?

The skin was working 100% untill I did the latest updates.

Any thoughts from anyone ?
It's working for me on two different Windows setups so I'm lost.
Maybe you're better off asking here -

[RELEASE] RecentlyAdded.py
Reply
gmeleski Wrote:Hi All,

I have downloaded the very latest from GIT.

Updated my XBMC with the latest build.

Installed the Aeon Hitch modified (from GIT)

And I STILL get a script error ?

The skin was working 100% untill I did the latest updates.

Any thoughts from anyone ?

I have the same problem! New Update and:

Python Script Failed:

Skin/extras/recentlyadded.py
Reply
Added Music Genre Images

Image

Image
Reply
Looks awesome!

Anyways, the weather backdrops magically reappeared again.

I noticed that when minimizing a movie and selecting another movie (not starting) the small view of the minimized movie does not line up with the lay-out.
Example:
Image

Also, when hovering your mouse over the buttons in the Video OSD, the highlighted button's icon dissappears.
Reply
Repositioning of 'Latest Added' when RSS is disabled

Enabled

Image

Disabled

Image
Reply
@Hitcher

Mmm.. You already check the new Aeon version of your mod, if already works gut? I made an Update, and habe an erros with the recentrlyadded.py.

In the previous post, you already give a link to check the file, but don´t work.. I already use it..
Reply
krypt2nite Wrote:Yeah that's the best idea. EMM will also make your library perfect. (If you're in to that kind of thing)

krypt2nite

Just so that I understand clearly....

I have been using your media flag xml's so all I need to do is use EMM, redo all my NFO files? Just asking because when I try to use EMM right now without deleting the current NFO files, I only get MAYBE one media flag to show up on each movie....if that. How do I know if I have the "older MediaInfo.dll"??

Please advise and thanks in advance!
Reply
bartje006 Wrote:Looks awesome!

Anyways, the weather backdrops magically reappeared again.

I noticed that when minimizing a movie and selecting another movie (not starting) the small view of the minimized movie does not line up with the lay-out.
Example:
Image

Also, when hovering your mouse over the buttons in the Video OSD, the highlighted button's icon dissappears.
Fixed the video window but as the use of a mouse isn't officially supported I can't do anything about it.
Reply
Pr.Sinister Wrote:Your best bet is to use Ember Media Manager with the older MediaInfo.dll

This will create .nfo files with the proper info pulled from the ISOs. You then
need to rebuild your library with the new .nfos

-Pr.

Are you sure about that? From what I've read in the past the older MediaInfo.dll will populate the media tags for ISO files but they will be incorrect. The creator of the DLL said the reason it doesn't work now is because it was just putting the info from the last successfully scraped movie on all the ISO files and not actually pulling the info from the ISO files.
Reply
smcnally75 Wrote:Are you sure about that? From what I've read in the past the older MediaInfo.dll will populate the media tags for ISO files but they will be incorrect. The creator of the DLL said the reason it doesn't work now is because it was just putting the info from the last successfully scraped movie on all the ISO files and not actually pulling the info from the ISO files.
Really?

Just checked some of mine and they have different data in them.

Code:
<fileinfo>
    <streamdetails>
      <video>
        <width>720</width>
        <height>480</height>
        <codec>mpeg2</codec>
        <aspect>1.333</aspect>
        <scantype>Progressive</scantype>
      </video>
      <audio>
        <codec>ac3</codec>
        <channels>2</channels>
      </audio>
    </streamdetails>
  </fileinfo>

Code:
<fileinfo>
    <streamdetails>
      <video>
        <width>720</width>
        <height>480</height>
        <codec>mpeg2</codec>
        <aspect>1.333</aspect>
        <scantype>Interlaced</scantype>
      </video>
      <audio>
        <codec>ac3</codec>
        <channels>2</channels>
      </audio>
    </streamdetails>
  </fileinfo>

Code:
<fileinfo>
    <streamdetails>
      <video>
        <width>720</width>
        <height>480</height>
        <codec>mpeg2</codec>
        <aspect>1.778</aspect>
        <scantype>Progressive</scantype>
      </video>
      <audio>
        <codec>ac3</codec>
        <channels>6</channels>
      </audio>
    </streamdetails>
  </fileinfo>
Reply
Hitcher Wrote:Really?

Just checked some of mine and they have different data in them.

Hmmm...interesting. I'll have to give it a shot again. Do you have a link to the file you are using?
Reply
I just loaded v0.7.11 and put it in the bin folder of Ember and none of my ISO files will scan meta data still. I wonder if I need an even older version.
Reply
i have the same problem., instqlled on a fresh windows 7 box.. and this error with python apears.,. tryed to reinstall on another machine.. same problem. any one can help us out as to how to fix this.. ??
Reply
I get python script error as well.

I use the latest svn för xbmc, and the latest of your Aeon mod (git). This is the first time i've ever had an error.. your stuff has always been flawless... Smile

I can provide debugs if needed.
HW: Asus P5N7A-VM / E8400 / 2x2GB PC6400 --> Harman Kardon AVR-255 --> Sony 40D3000 (1080p/24-50-60Hz).
SW: Ubuntu Jaunty (32bit). XBMC SVN mainbranch. HDMI for A/V.
Reply
  • 1
  • 60
  • 61
  • 62(current)
  • 63
  • 64
  • 101

Logout Mark Read Team Forum Stats Members Help
[MOD] Aeon Hitched - Signing out11