[RELEASE] Aeon Nox 3.0 (deprecated)

  Thread Rating:
  • 9 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
phil65 Offline
Skilled Skinner
Posts: 4,457
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #671
(2012-06-14 18:42)fmronan Wrote:  can't find the concert widget
[img][Image: 1339692061-screenshot003.png][/img]

look closely Wink
next to PDA meteo.
didn´t adjust the panel size yet.
also added youtube search to the widget and to the context menu (searches for the actual focused item label)
(This post was last modified: 2012-06-14 19:13 by phil65.)
find
fmronan Offline
Fan
Posts: 586
Joined: Dec 2010
Reputation: 4
Post: #672
It's good I have concerts, I am eager to see the research on youtube, and after that, you will do the most difficult I also hoped to see the widget Rss of Glass
find
phil65 Offline
Skilled Skinner
Posts: 4,457
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #673
(2012-06-14 19:29)fmronan Wrote:  It's good I have concerts, I am eager to see the research on youtube, and after that, you will do the most difficult I also hoped to see the widget Rss of Glass

which script and what can it do?
find
fmronan Offline
Fan
Posts: 586
Joined: Dec 2010
Reputation: 4
Post: #674
take a look in glass
system>skin>menu >widget music for example and you understand
find
phil65 Offline
Skilled Skinner
Posts: 4,457
Joined: Mar 2009
Reputation: 56
Location: Cologne, Germany
Post: #675
(2012-06-14 19:54)fmronan Wrote:  take a look in glass
system>skin>menu >widget music for example and you understand

I don´t understand anything when browsing through the settings...
find
fmronan Offline
Fan
Posts: 586
Joined: Dec 2010
Reputation: 4
Post: #676
If you understand Youtube search with concert that's the same way for rss

script.rssclient
find
fmronan Offline
Fan
Posts: 586
Joined: Dec 2010
Reputation: 4
Post: #677
For movieset in MyVideoNav try

Code:
<?xml version="1.0" encoding="utf-8"?>
<window id="25">
    <defaultcontrol always="true">50</defaultcontrol>
    <allowoverlay>no</allowoverlay>
    <views>50,52,53,57,500,501,503,504,505,508,509,510,511,512,514,516</views>
    <onload condition="Library.HasContent(TVShows)+System.HasAddon(script.tvtunes) + IsEmpty(Window(Home).Property(DontRunTVShowScripts))">XBMC.RunScript(script.tvtunes,backend=True)</onload>
    <onload condition="Library.HasContent(TVShows)+System.HasAddon(script.tv.show.next.aired) + IsEmpty(Window(Home).Property(DontRunTVShowScripts)) + !Skin.HasSetting(NextAiredInfo)">RunScript(script.tv.show.next.aired,backend=True)</onload>
    <onload condition="System.GetBool(videolibrary.groupmoviesets) + System.HasAddon(script.moviesets)+Library.HasContent(Movies)">XBMC.RunScript(script.moviesets,containerId=3000)</onload>
    <include condition="!Skin.HasSetting(firstrun)">AutoConfig</include>
    <controls>

and a other good way is to run nextaired before in startup or home
(This post was last modified: 2012-06-14 22:04 by fmronan.)
find
shanndogg Offline
Junior Member
Posts: 41
Joined: May 2012
Reputation: 0
Post: #678
(2012-06-14 17:09)phil65 Wrote:  some visualisations like milkdrop use a black bg and hide the fanart.
you can reach all settings from within the vis itself, press "m" and find the buttons, should make it easier for you to find out what you´re doing wrong.

This helped me to figure it out- mostly. After changing milkdrop to the other visualization setttings, I still didn't see any Music Fanart/Slideshow. The options in the "m" menu didn't produce any results either, but it made me think to try hitting "tab" for fullscreen and there it was. I only see it when I "tab" to fullscreen.

When playing music, I thought the Music Fanart/Slideshow would play as the background when looking through the main menus (Movies, TV Shows, System, etc.) and as the screen saver as well. Is this not possible?
find
crimsonfury Offline
Fan
Posts: 462
Joined: Mar 2012
Reputation: 1
Location: Arizona, U.S.
Post: #679
There is 2 episodes from 2 different TV shows that for some reason say in xbmc that I have 80+ of the same files.... So S02E21 bla bla is repeated over 80 times in the season folder for the show... Is this skin related or not? I don't have anything scanning the folders either, just xbmc. Sickbeard is on but it sees only 1 file for the episodes.

[Image: all-clearlogo.jpg]
find
htpc guy Offline
Posting Freak
Posts: 1,213
Joined: Oct 2010
Reputation: 7
Location: Near St. Louis Mo
Post: #680
(2012-06-14 23:48)crimsonfury Wrote:  There is 2 episodes from 2 different TV shows that for some reason say in xbmc that I have 80+ of the same files.... So S02E21 bla bla is repeated over 80 times in the season folder for the show... Is this skin related or not? I don't have anything scanning the folders either, just xbmc. Sickbeard is on but it sees only 1 file for the episodes.

Try Confluence. If its normal there then its a skin issue (but I doubt it). Also, how is your media stored (how do you organize your files)?

How to use Git
| AMD Athlon II X3 Triple Core Processor 2.9 GHz |GIGABYTE GA-MA785GM-US2H Mobo 2GB DDR2 Ram | MSI N430GT |
| Logitec Harmony One Remote| 52" Sharp Aquos LED TV | Onkyo TX-NR509 |
find
Thread Closed