Kodi Community Forum

Full Version: [RELEASE] Aeon Nox 3.0 (deprecated)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2012-06-21, 10:31)rupertos Wrote: [ -> ]Hi

I want to have MUSIC VIDEO in main menu but dont know how ;/

i add to library Music video, LAST.fm scraper as content and set directory to E:\musicvideos

i had also youtube plugin and for example i downloaded will.i.am - this is love.mp4 (via YT plugin) to E:\musicvideos

i update library but nothing appear in main menu (meaning music videos )

what i do wrong? or maybe its not possible to have music video as mp4? please help

mp4 is perfectly ok. post a debug log of your initial scan of that folder.
(2012-06-21, 12:15)Eisi2005 Wrote: [ -> ]Hi,

sorry that i ask this but how could i get the video info when i have 2 movie widgets from the first widget. If i press up on cover from first widget it jump to the second widget?

Greets
Eisi

i recommend not to use "lower main menu" option when makin use of 2 widgets. navigation is much better then.
@Phil, thanks
@phil65

this is my log:

http://xbmclogs.com/show.php?id=3896

i hope you solve this problem ;/

maybe i should try other scraper? but yahoo music is broken and nothing more to choose
(2012-06-21, 16:30)rupertos Wrote: [ -> ]@phil65

this is my log:

http://xbmclogs.com/show.php?id=3896

i hope you solve this problem ;/

maybe i should try other scraper? but yahoo music is broken and nothing more to choose

lastfm scraper should be available on the official repo afaik
(2012-06-21, 16:41)phil65 Wrote: [ -> ]
(2012-06-21, 16:30)rupertos Wrote: [ -> ]@phil65

this is my log:

http://xbmclogs.com/show.php?id=3896

i hope you solve this problem ;/

maybe i should try other scraper? but yahoo music is broken and nothing more to choose

lastfm scraper should be available on the official repo afaik

i use it and nothing happens
You must have a fixed naming scheme for the videos. See scraper thread
(2012-06-21, 16:43)rupertos Wrote: [ -> ]
(2012-06-21, 16:41)phil65 Wrote: [ -> ]
(2012-06-21, 16:30)rupertos Wrote: [ -> ]@phil65

this is my log:

http://xbmclogs.com/show.php?id=3896

i hope you solve this problem ;/

maybe i should try other scraper? but yahoo music is broken and nothing more to choose

lastfm scraper should be available on the official repo afaik

i use it and nothing happens

If you use .nfo files, like me, then you may run into problems with the scraper. At least previously, I could only get XBMC to accept .nfo files for music videos when using the MTV scraper (which is broken).

http://forum.xbmc.org/showthread.php?tid=127472

I'm having a similar issue where adding a new video isn't being recognised, but I haven't had time to truly tinker with it. Maybe tonight - but I suspect, if you're using .nfo files, then that may be the issue?

The way of creating .nfo files for music videos is detailed here:
http://wiki.xbmc.org/?title=Import_-_Exp...sic_Videos


There are two problems with search on youtube with actors movie
Image


and if you make a search on youtube and after that you return in movie and press "I" you have nothing
don't use
Code:
<animation effect="slide" start="0,0" end="-729,0" time="400" easing="out" tween="quadratic" condition="!IsEmpty(Window.Property(script.metadata.actors.isactive))">Conditional</animation>

me I use
Code:
<animation effect="slide" start="-729,0" end="0,0" time="400" easing="out" tween="quadratic" condition="!Window.IsVisible(script-Actors-DialogVideoInfo.xml)|!Window.IsVisible(script-Actors-DialogInfo.xml)|Window.IsVisible(1025)">Conditional</animation>
            <animation effect="slide" start="0,0" end="-729,0" time="400" easing="out" tween="quadratic" condition="Window.IsVisible(script-Actors-DialogVideoInfo.xml)|Window.IsVisible(script-Actors-DialogInfo.xml)|Window.IsVisible(1025)">Conditional</animation>
(2012-06-21, 17:30)fional Wrote: [ -> ]
(2012-06-21, 16:43)rupertos Wrote: [ -> ]
(2012-06-21, 16:41)phil65 Wrote: [ -> ]lastfm scraper should be available on the official repo afaik

i use it and nothing happens

If you use .nfo files, like me, then you may run into problems with the scraper. At least previously, I could only get XBMC to accept .nfo files for music videos when using the MTV scraper (which is broken).

http://forum.xbmc.org/showthread.php?tid=127472

I'm having a similar issue where adding a new video isn't being recognised, but I haven't had time to truly tinker with it. Maybe tonight - but I suspect, if you're using .nfo files, then that may be the issue?

The way of creating .nfo files for music videos is detailed here:
http://wiki.xbmc.org/?title=Import_-_Exp...sic_Videos

i dont use now nfo file and even i created folders and there are music videos .mp4 but still nothing happens

i changed name as wrote in last.fm scraper thread ( i mean rihanna - where have you been.mp4, [must be artist_-_title ] ) and nothing happens.. what should i do?

maybe others scrapers works? but which one?

(2012-06-21, 17:48)fmronan Wrote: [ -> ]There are two problems with search on youtube with actors movie
Image


and if you make a search on youtube and after that you return in movie and press "I" you have nothing
don't use
Code:
<animation effect="slide" start="0,0" end="-729,0" time="400" easing="out" tween="quadratic" condition="!IsEmpty(Window.Property(script.metadata.actors.isactive))">Conditional</animation>

me I use
Code:
<animation effect="slide" start="-729,0" end="0,0" time="400" easing="out" tween="quadratic" condition="!Window.IsVisible(script-Actors-DialogVideoInfo.xml)|!Window.IsVisible(script-Actors-DialogInfo.xml)|Window.IsVisible(1025)">Conditional</animation>
            <animation effect="slide" start="0,0" end="-729,0" time="400" easing="out" tween="quadratic" condition="Window.IsVisible(script-Actors-DialogVideoInfo.xml)|Window.IsVisible(script-Actors-DialogInfo.xml)|Window.IsVisible(1025)">Conditional</animation>

Yeah, thats better indeed. Is the youtube problem fixed now, cause I couldnt reproduce it.
(2012-06-21, 19:50)Big_Noid Wrote: [ -> ]
(2012-06-21, 17:48)fmronan Wrote: [ -> ]There are two problems with search on youtube with actors movie
Image


and if you make a search on youtube and after that you return in movie and press "I" you have nothing
don't use
Code:
<animation effect="slide" start="0,0" end="-729,0" time="400" easing="out" tween="quadratic" condition="!IsEmpty(Window.Property(script.metadata.actors.isactive))">Conditional</animation>

me I use
Code:
<animation effect="slide" start="-729,0" end="0,0" time="400" easing="out" tween="quadratic" condition="!Window.IsVisible(script-Actors-DialogVideoInfo.xml)|!Window.IsVisible(script-Actors-DialogInfo.xml)|Window.IsVisible(1025)">Conditional</animation>
            <animation effect="slide" start="0,0" end="-729,0" time="400" easing="out" tween="quadratic" condition="Window.IsVisible(script-Actors-DialogVideoInfo.xml)|Window.IsVisible(script-Actors-DialogInfo.xml)|Window.IsVisible(1025)">Conditional</animation>

Yeah, thats better indeed. Is the youtube problem fixed now, cause I couldnt reproduce it.

cannot reproduce it either.
(2012-06-20, 21:51)DigiTech Wrote: [ -> ]
(2012-06-13, 19:12)phil65 Wrote: [ -> ]
(2012-06-13, 18:57)DigiTech Wrote: [ -> ]I dont know if the following is aeon nox related but since i`ve installed 3.0 when i stop playing a movie or a tv serie episode, that last movie or episode is selected automatically then starts again from the last point viewed in a loop matter, then i stop again and the same occurs again and again and again, it happens the same with the xbmc own video player when the movie ends but not when i play stop, in that case the movie exits and go back fine, with an external player everytime i exit playing a movie the loop process starts again, i`dont have a clue what it`s going on here.

debug log?

Sorry for the time to post the log i was on vacation so until today i'm able to do it.I can't stand this behavior about this problem anymore, any help will be very apprecciated.

http://xbmclogs.com/show.php?id=3869

Any hint about this? thanks in advance
http://xbmclogs.com/show.php?id=3869
I reinstall every thing, ubuntu, xbmc and I have just Aeon Nox and , same problem with youtube search for movies actors

Image

the problem is not with actors but with actor filmography


[/quote]

i dont use now nfo file and even i created folders and there are music videos .mp4 but still nothing happens

i changed name as wrote in last.fm scraper thread ( i mean rihanna - where have you been.mp4, [must be artist_-_title ] ) and nothing happens.. what should i do?

maybe others scrapers works? but which one?


[/quote]

I used TheConcertDB.org even though it is kinda outdated, but you have to manipulate some results.
Is there any way of adding shut down to quick nav?