• 1
  • 141
  • 142
  • 143(current)
  • 144
  • 145
  • 208
[RELEASE] Aeon MQ 5
(2014-05-19, 01:42)mularj Wrote: Thanks for the feedback djoole. I must be adding the menu items incorrectly. In the Customize main menu section I take an empty spot, choose replace item with, then video playlist and pick my XSP file. When I am on the item in the main menu the library stats on the left are completely black (no text on the banner). If I go into the item it shows the content of the smartlist and the library stats in the banner shows up but contains stats for the whole library.

Where do you enable the widgets for a custom menu item? I noticed the item shows up in widgets but all it has is a boolean selector and nothing shows up in either position.

I'm using MQ5 on Gotham beta 1... what versions are you using?

Thanks!

Jim

I'm doing exactly the same to add a new menu item..

As for enabling widgets, i just activated the widgets for the according menu item, as i understand you did.
I did nothing special, they are just displayed above the navigation bar..
Reply
It sounds to me as if the smart playlist isn't set up correctly.

Would you post a screen shot of your rule for us?
My fanart.tv & themoviedb.org accounts.

Image
Reply
Any traction on this?

(2014-05-16, 16:32)thrak76 Wrote: Also, I've noticed a bug in the Posters view in the music library, in regards to logos. You'll notice the logo near the center of the screen, overlaid on the album cover, and looking entirely out of place.

Image
Quick Links: debug log (wiki) | userdata (wiki) | advancedsettings (wiki) | adding videos to the library (wiki)
Reply
(2013-10-06, 11:22)CutSickAss Wrote:
(2013-10-04, 21:18)CutSickAss Wrote: Is it just me not seeing the movies MPAA ratings (PG-13, R, etc) on the lower left side? The TV ratings appear fine, by the way.

I'm sure others have experienced this issue, and it is probably caused by the scraper, in my case the universal scraper. Basically the MPAA rating that is fetched is not expressed exactly as expected, so no icon appears on the bottom left side. The solution is to open IncludesVariables.xml, and replace the US ratings under value_mpaa (the six first lines below it) with these:
Code:
    <value condition="SubString(ListItem.Mpaa,Rated NR) | SubString(ListItem.Mpaa,Rated: NR) | StringCompare(ListItem.Mpaa,NR)">flags/mpaa/MPAA_NR_Certificate_US.png</value>
    <value condition="SubString(ListItem.Mpaa,Rated G) | SubString(ListItem.Mpaa,Rated: G) | StringCompare(ListItem.Mpaa,G)">flags/mpaa/MPAA_G_Certificate_US.png</value>
    <value condition="[SubString(ListItem.Mpaa,Rated PG) | SubString(ListItem.Mpaa,Rated: PG) | StringCompare(ListItem.Mpaa,PG)] + !SubString(ListItem.Mpaa,Rated PG-13) + !SubString(ListItem.Mpaa,Rated: PG-13)">flags/mpaa/MPAA_PG_Certificate_US.png</value>
    <value condition="SubString(ListItem.Mpaa,Rated PG-13) | SubString(ListItem.Mpaa,Rated: PG-13) | StringCompare(ListItem.Mpaa,PG-13)">flags/mpaa/MPAA_PG-13_Certificate_US.png</value>
    <value condition="SubString(ListItem.Mpaa,Rated R) | SubString(ListItem.Mpaa,Rated: R) | StringCompare(ListItem.Mpaa,R)">flags/mpaa/MPAA_R_Certificate_US.png</value>
    <value condition="SubString(ListItem.Mpaa,Rated NC-17) | SubString(ListItem.Mpaa,Rated: NC-17) | StringCompare(ListItem.Mpaa,NC-17)">flags/mpaa/MPAA_NC-17_Certificate_US.png</value>

Similarly replace the first six lines under value_mpaa_fs with these:
Code:
    <value condition="SubString(Videoplayer.Mpaa,Rated NR) | SubString(Videoplayer.Mpaa,Rated: NR) | StringCompare(Videoplayer.Mpaa,NR)">flags/mpaa/MPAA_NR_Certificate_US.png</value>
    <value condition="SubString(Videoplayer.Mpaa,Rated G) | SubString(Videoplayer.Mpaa,Rated: G) | StringCompare(Videoplayer.Mpaa,G)">flags/mpaa/MPAA_G_Certificate_US.png</value>
    <value condition="[SubString(Videoplayer.Mpaa,Rated PG) | SubString(Videoplayer.Mpaa,Rated: PG) | StringCompare(Videoplayer.Mpaa,PG)] + !SubString(Videoplayer.Mpaa,Rated PG-13) + !SubString(Videoplayer.Mpaa,Rated: PG-13)">flags/mpaa/MPAA_PG_Certificate_US.png</value>
    <value condition="SubString(Videoplayer.Mpaa,Rated PG-13) | SubString(Videoplayer.Mpaa,Rated: PG-13) | StringCompare(Videoplayer.Mpaa,PG-13)">flags/mpaa/MPAA_PG-13_Certificate_US.png</value>
    <value condition="SubString(Videoplayer.Mpaa,Rated R) | SubString(Videoplayer.Mpaa,Rated: R) | StringCompare(Videoplayer.Mpaa,R)">flags/mpaa/MPAA_R_Certificate_US.png</value>
    <value condition="SubString(Videoplayer.Mpaa,Rated NC-17) | SubString(Videoplayer.Mpaa,Rated: NC-17) | StringCompare(Videoplayer.Mpaa,NC-17)">flags/mpaa/MPAA_NC-17_Certificate_US.png</value>

Hi guys. First, this is just the best skin going for XBMC. The new MQ5 interface is just incredible. Many thanks for the hard work.

OK, after I installed the most recent version of Gotham and the Azraelomega modded script.extendedinfo to show movie set info, I then checked that everything was working OK using Confluence skin. Then I installed Aeon MQ5 DSMOD that has the colour mods by devilshura (v6.0.2; love colour icons) and program add-on AeonMQ5 ExtraPack 1.1.0. However, I noticed that when I switched to MQ5 I lost the majority of my MPAA ratings (set up to display UK ratings taken off IMDB). The odd things is that of the 600 movies I have in my database only around 20 are displaying the MPAA ratings! If I switch back to Confluence skin they all reappear!! Not sure why this happems or how I get them to display correctly, but I note that the above post by CutSickAss reported the same issue for US ratings. The posted solution for the US ratings in IncludesVariable.xml is what is already in this file, but this is for US ratings. What is the solution for UK ratings? Anyone else with this problem and how is it fixed? Thanks
Reply
(2014-05-19, 18:25)Samu-rai Wrote: It sounds to me as if the smart playlist isn't set up correctly.

Would you post a screen shot of your rule for us?

Thanks Samu-rai. But the playlists seem to be working correctly. When I go into the menu items I only see the posters from the shows in that playlist. Here is one of the xsp files:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>TV ARCHIVE</name>
<match>all</match>
<rule field="path" operator="contains">archive</rule>
</smartplaylist>

Apparently I was being a bit impatient. When XBMC loads, the widgets for the custom items are empty, but after about 5 minutes they populate...and they only contain series that are in the playlist. Library stats also come up after awhile, although it isn't showing up the same as it does for the full library. It only contains total and watched episode counts, whereas the normal tv library stats includes the series count. The good news is the total and watched counts only include whats in the smart playlist.

Jim
Reply
OK great Smile

If anyone is interested i'll be posting tonight a mod allowing widgets posters to be the same height (because posters scrapped with TMDB are not all the same height and it doesn't look very neat to me)
Reply
(2014-05-20, 01:18)mularj Wrote:
(2014-05-19, 18:25)Samu-rai Wrote: It sounds to me as if the smart playlist isn't set up correctly.

Would you post a screen shot of your rule for us?

Thanks Samu-rai. But the playlists seem to be working correctly. When I go into the menu items I only see the posters from the shows in that playlist. Here is one of the xsp files:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
<name>TV ARCHIVE</name>
<match>all</match>
<rule field="path" operator="contains">archive</rule>
</smartplaylist>

Apparently I was being a bit impatient. When XBMC loads, the widgets for the custom items are empty, but after about 5 minutes they populate...and they only contain series that are in the playlist. Library stats also come up after awhile, although it isn't showing up the same as it does for the full library. It only contains total and watched episode counts, whereas the normal tv library stats includes the series count. The good news is the total and watched counts only include whats in the smart playlist.

Jim

It sounds like it’s working properly then.
My fanart.tv & themoviedb.org accounts.

Image
Reply
@Samu-rai - hows mq? he has not logged into xbmc.org in months. is all well?
Reply
Hey all,

Artwork Downloader doesn't seem to be working in Gotham, it wont scrape any artwork (error Downloading File) Movies and TV shows

Anyone have any insight?

Thanks
Reply
Artwork Downloader works fine for me. Maybe look at the config and make sure the path is valid?
Server: Synology Diskstation 1511+ with 8x WD Red NAS 3TB drives, DSM 5.2
Main HTPC: Home Built i3, 8GB RAM, Corsair 128GB SSD, nVidia 630GTX, Harmony Home Control, Pioneer VSX-53, Panasonic VT30 65" 3D TV, Windows 10, Isengard
Bedroom HTPC: Zotac-ID 41 8GB RAM, 128GB SSD, Rii micro keyboard remote, Samsung HW-E550, Sony 32" Google TV, OpenElec 6.0 beta 4
Reply
(2014-05-20, 18:45)patseguin Wrote: Artwork Downloader works fine for me. Maybe look at the config and make sure the path is valid?

I even re installed AWD and still no go, i can only scrape whats available locally!
Reply
(2014-05-20, 17:31)bry- Wrote: @Samu-rai - hows mq? he has not logged into xbmc.org in months. is all well?

Yes I think so.

I last spoke to him a few weeks back and he was still in the process of moving home.
My fanart.tv & themoviedb.org accounts.

Image
Reply
(2014-05-20, 19:57)Samu-rai Wrote:
(2014-05-20, 17:31)bry- Wrote: @Samu-rai - hows mq? he has not logged into xbmc.org in months. is all well?

Yes I think so.

I last spoke to him a few weeks back and he was still in the process of moving home.

Excellent. Thanks for info.
first_time_user (wiki) | free content (wiki) | forum rules (wiki) | PVR (wiki) | Debug Log (wiki)

IMPORTANT:
The official Kodi version does not contain any content what so ever. This means that you should provide your own content from a local or remote storage location, DVD, Blu-Ray or any other media carrier that you own. Additionally Kodi allows you to install third-party plugins that may provide access to content that is freely available on the official content provider website. The watching or listening of illegal or pirated content which would otherwise need to be paid for is not endorsed or approved by Team Kodi.
Reply
(2014-05-20, 10:08)djoole Wrote: OK great Smile

If anyone is interested i'll be posting tonight a mod allowing widgets posters to be the same height (because posters scrapped with TMDB are not all the same height and it doesn't look very neat to me)

Thank you!! I have been waiting for your fix to this problem! Where have you been?

Thanks!
Reply
From the discussions held during MQ5’s initial development phase, I recall it was a conscious decision by Marcos to have the widgets behave like this.

Although, I can’t remember why….
My fanart.tv & themoviedb.org accounts.

Image
Reply
  • 1
  • 141
  • 142
  • 143(current)
  • 144
  • 145
  • 208

Logout Mark Read Team Forum Stats Members Help
[RELEASE] Aeon MQ 520