• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
[RELEASE] MovieSets (Video) Addon - Show Movie Sets Info Sets for Skins / Skinners
hi wanilton,

Download this repo for frodo: http://code.google.com/p/passion-xbmc/do...do.pre.zip
(2012-08-12, 16:54)FrostBox Wrote: Hi guys,

Small development about MovieSets.

For Eden, use MovieSets (Eden) 2.1.3 http://passion-xbmc.org/addons/?Page=Vie....moviesets

For Frodo, use MovieSets (Deprecated) 3.0.3 http://code.google.com/p/passion-xbmc/so...moviesets/

But for frodo, I recommend to use plugin version.
Movie Sets (frodo-pre) 11.9.5.X http://code.google.com/p/passion-xbmc/so...moviesets/

NB:
Plugin version = no freeze, no running background and all base infolabels of movie work with moviesets, plus flagging support.
A official release of plugin, due to 1 September 2012

but you can test...
Simply install dev repo here http://code.google.com/p/passion-xbmc/so...frodo.pre/

More details 1 September
Frost


Sorry for my absence, I very busy this time, I will back in September with my new add-ons Smile
frost
For my bad English, sorry. I am French Canadian.
Admin @ Passion-XBMC.org
Reply
@FrostBox, thanks for info, I try using your plugin with 2 versions frodo (release 07/30), and today release XBMC frodo nightlies, overwrite 3 files in 720p in confluence, but result in empty results, this happens when i press enter in submenu Sets? any tip?

Here po file with translate plugin for Portuguese (Brazil) for use with frodo, download here:

https://dl.dropbox.com/u/25170804/Movie%...strings.po

Thanks

Wanilton
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
in Changelog : 2.1.2
Container(150).ListItem.Property(extrafanart) ---> extrafanart (return empty if not exists)


how to set extrafanart in nox? thank you.
Reply
The plugin is working great in Frodo, but the image fetching is not working.

Can you make that the plugin can fetch the image of the Set from TMDB?
See examples:
http://www.themoviedb.org/collection/157...collection
http://www.themoviedb.org/collection/157...collection
http://www.themoviedb.org/collection/315...collection


Thanks.
Reply
Was testing out the plugin version tonight. Great stuff, skin integration right out of the box.
Reply
(2012-08-31, 16:03)BuSHari Wrote: The plugin is working great in Frodo, but the image fetching is not working.

Can you make that the plugin can fetch the image of the Set from TMDB?
See examples:
http://www.themoviedb.org/collection/157...collection
http://www.themoviedb.org/collection/157...collection
http://www.themoviedb.org/collection/315...collection


Thanks.


Hi

Can get my head round how Movie set addon works, to show sets info

I am use XBMC Frodo Alpha 4 on windows 7 with Aeon MQ4 skin

At the moment In MQ4 I have a button that take me to sets manager and that part seem to work great, but cant seem to figure out how to display sets info, in the first post is state something about using a particular skin view. Is this still the case?

Can anyone give me some pointers on how and where the sets info is displayed,

Thanks

*****update****

ok got it sorted now, but would like to try the plugin version , how would I download the files from the above link can't see a download link

Reply
Quote:Plugin version = no freeze, no running background and all base infolabels of movie work with moviesets, plus flagging support.
A official release of plugin, due to 1 September 2012

What ever happened to the plugin release?
Reply
Maybe I'm doing something wrong, but it seems that when I have a MovieSet highlighted, and go to "Set Movieset Thumb", it only searches for the individual movie thumb and fanart. For example, Die Hard, I can choose from the individual Die Hard box covers but no "collection" thumbs are displayed.

Any suggestions on how to search for collection/box set artwork?
Reply
Spanish translation ver. 2.1.3

https://docs.google.com/open?id=0B8pHOtP...W5EWHVyeTA
Reply
(2012-09-30, 02:06)NewUser1 Wrote: Maybe I'm doing something wrong, but it seems that when I have a MovieSet highlighted, and go to "Set Movieset Thumb", it only searches for the individual movie thumb and fanart. For example, Die Hard, I can choose from the individual Die Hard box covers but no "collection" thumbs are displayed.

Any suggestions on how to search for collection/box set artwork?

I'm having the same problem but mine only shows "current" and "browse" when i select "get thumb" and i have no info showing up when i hover over the set

Image

Reply
Good day, I am busy setting up a new XBMC config for my home and decided to try the MySQL method so that I can keep all my devices in sync.

In order to sync the Thumbnails between computers I had to put them on a shared network drive, and I suspect that breaks the MovieSets addon.

If I press I + O to open the Sets panel the panel is briefly shown with no content, then collapses again. This is what I see in the logs:

Code:
23:17:09 T:4472 WARNING: Skin has invalid include: VideoTypeHackFlaggingConditions
23:17:09 T:5300   ERROR: [MovieSets-2.1.3] Traceback (most recent call last):
23:17:09 T:5300   ERROR: [MovieSets-2.1.3]   File "C:\Users\Pilgrim\AppData\Roaming\XBMC\addons\script.moviesets\lib\database.py", line 157, in getContainerMovieSets
                                            [MovieSets-2.1.3]     if Fanart_Image: Fanart_Image = get_cached_thumb( Fanart_Image )
23:17:09 T:5300   ERROR: [MovieSets-2.1.3]   File "C:\Users\Pilgrim\AppData\Roaming\XBMC\addons\script.moviesets\lib\database.py", line 103, in get_cached_thumb
                                            [MovieSets-2.1.3]     filename = _hash( repr( fpath ) + open( fpath ).read( 250 ) ).hexdigest()
23:17:09 T:5300   ERROR: [MovieSets-2.1.3] IOError: [Errno 2] No such file or directory: 'C:\\Users\\Pilgrim\\AppData\\Roaming\\XBMC\\userdata\\Thumbnails\\Video\\Fanart\\6d1e4191.tbn'
23:17:09 T:4476  NOTICE: -->Python Interpreter Initialized<--
23:17:09 T:4476  NOTICE: [MovieSets-2.1.3] XBMC (11.0 Git:20120321-14feb09), Built on Mar 21 2012
23:17:09 T:4476  NOTICE: [MovieSets-2.1.3] Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32
23:17:09 T:4472 WARNING: Skin has invalid include: VideoCodecFlaggingConditions
23:17:09 T:4472 WARNING: Skin has invalid include: AudioCodecFlaggingConditions

It looks to me like MovieSets tries to load the Thumbnail from my appdata, however I have this following in my advancedsettings.xml

Code:
<advancedsettings>
  <videodatabase>
snip
  </videodatabase>

  <musicdatabase>
snip
  </musicdatabase>

  <pathsubstitution>
    <substitute>
      <from>special://masterprofile/Thumbnails</from>
      <to>j:\XBMC\Thumbnails</to>
    </substitute>
  </pathsubstitution>
</advancedsettings>

I mapped my J: drive to a folder of my server and all the thumbnails are there, shared between all my computers (they all map J: to that share)

I copied the content of J:\XBMC\Thumbnails to my Appdata folder and loaded XBMC to test, the Sets popup screen works perfectly then.

Any ideas of what I may be doing wrong, or might this be a bug?

Regards,
Ganralf.

Edit: I run the stable Eden version of XBMC on Windows 7 64 bit, Aeon MQ4 skin.
Reply
Hi all, has development stopped on MovieSets for Frodo release? chees
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
Not sure if this thread is still active...but I'm wondering if there is a way to see the movie info in the movie library and not just the movie set library. I got this working in frodo (Aeon Nox 4.0), and it shows me the movie set info in the movie set area, but in the movie library I just get a blank space. Am I missing some configuration point, or is this not possible yet.

Thanks so much for a great plugin!!!
Reply
No, not active we have loosing Frost
Reply
(2012-12-07, 22:46)fmronan Wrote: No, not active we have loosing Frost

Dam shame about that Sad
9.1 Cinema Room htpc with Kodi Matrix & emby server~Epson EH-TW9300~Homemade 8ft pj screen~AVR~Yamaha RX-A3070~Speakers~Monitor Audio RX6 Fronts & RX Centre~RXFX Surrounds~250's Rears~180's Front Presence~BK XXLS400 Sub~8033C AntiMode~HarmonyOne
 
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11

Logout Mark Read Team Forum Stats Members Help
[RELEASE] MovieSets (Video) Addon - Show Movie Sets Info Sets for Skins / Skinners6