Solved Issue movie collection sets

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jonatan Offline
Member
Posts: 51
Joined: Jan 2013
Reputation: 0
Post: #1
Hi all iv upgraded to 12.1 loving it got everything set up now my last thing i need to do is move set so i set it all up every set went well except for "marley and me" and "marley and me puppy years" iv refreshed clear all data in folder except mkv file and still i cant get th two into a collection?

Do i need to create a
Code:
Maryley and me the puupy years. nfo
<movie>
<title>marley and me-the puppy years</title>
<set>Hmarley and me Collection</set>
<sorttitle>marley and me the puppy years</sorttitle>
</movie>

[Image: xbmcmediacenter.jpg][Image: xbmcmediacenter1.jpg]
intel G530/BIostar th67+/Cx430/2x4gb ripjaws x 1600/N mediapc 1000B case/N media lcd/Asus gt520/60gb adata ssd.os/2tb spinpoint 5400 rpm. Media/Hp dvd rw
(This post was last modified: 2013-03-24 18:17 by jonatan.)
find quote
PatK Offline
Posting Freak
Posts: 2,247
Joined: Mar 2010
Reputation: 67
Post: #2
<set>Hmarley and me Collection</set>
^

Might this be a typo, or is this the issue.
find quote
jonatan Offline
Member
Posts: 51
Joined: Jan 2013
Reputation: 0
Post: #3
Its a typo i haven't tried. Nfo
Code:
<movie>
<title>Marley and me-the puppy years</title>
<set>Marley and me Collection</set>
<sorttitle>Marley and me-the puppy years</sorttitle>
</movie>
Will this work?

Thanks

[Image: xbmcmediacenter.jpg][Image: xbmcmediacenter1.jpg]
intel G530/BIostar th67+/Cx430/2x4gb ripjaws x 1600/N mediapc 1000B case/N media lcd/Asus gt520/60gb adata ssd.os/2tb spinpoint 5400 rpm. Media/Hp dvd rw
(This post was last modified: 2013-03-23 23:29 by jonatan.)
find quote
sickpuppies Offline
Junior Member
Posts: 38
Joined: Oct 2011
Reputation: 0
Location: Sunshine Coast, Queensland, Australia
Post: #4
I get the same issue with some movies too.

For example I have all of the Pirates of the Caribbean movies, all with

<set>Pirates of the Caribbean Collection</set>
<sorttitle>Pirates100</sorttitle> (with subsequent set movies Pirates200, Pirates300 etc)

No matter how many times I refresh etc there is one movie that won't be included in the set.

jonatan; what you have should work, but that doesn't necessarily mean that it will Smile

My HTPC;
Silverstone LC17 Silver ATX | ASrock A75 Extreme6 ATX | AMD A6-3500 HD6530D
Transparency! v4.0.4
Transparency! FAQ/HowTo
find quote
hpman247 Offline
Junior Member
Posts: 44
Joined: Mar 2011
Reputation: 0
Post: #5
You guys should try using Media Center Manager to created the NFO for you, then open the nfo in wordpad, and set the <set> tag to whatever you want to name the collection. It always works for me, and that program auto downloads all of the artwork and the TBN as well which makes scraping insanely fast.

I use the <set> tag all the time especially when I want to have a collection of say "Stand Up Comedy" in my movies folder. I use this process above and just add "Stand Up Comedy" to the <set> tag. Hope that helps someone

(2013-03-24 08:20)sickpuppies Wrote:  I get the same issue with some movies too.

For example I have all of the Pirates of the Caribbean movies, all with

<set>Pirates of the Caribbean Collection</set>
<sorttitle>Pirates100</sorttitle> (with subsequent set movies Pirates200, Pirates300 etc)

No matter how many times I refresh etc there is one movie that won't be included in the set.

jonatan; what you have should work, but that doesn't necessarily mean that it will Smile

there's a lot more to my metadata than this for the pirates movies, but mine is set up like this and it sorts them properly (this is only the first few lines of code)

Code:
<?xml version="1.0" encoding="utf-8"?>
<movie xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <title>Pirates of the Caribbean: The Curse of the Black Pearl</title>
    <originaltitle>Pirates of the Caribbean: The Curse of the Black Pearl</originaltitle>
    <sorttitle>Pirates of the Caribbean: The Curse of the Black Pearl</sorttitle>
    <set>Pirates of the Caribbean Collection</set>
    <rating>8.0</rating>
    <year>2003</year>
    <top250>215</top250>
    <votes>452190</votes>...
(This post was last modified: 2013-03-24 11:00 by hpman247.)
find quote
jonatan Offline
Member
Posts: 51
Joined: Jan 2013
Reputation: 0
Post: #6
Quote:Posted by sickpuppies- Today 07:20 I get the same issue with some movies too.

For example I have all of the Pirates of the Caribbean movies, all with

<set>Pirates of the Caribbean Collection</set> <sorttitle>Pirates100</sorttitle> (with subsequent set movies Pirates200, Pirates300 etc)

No matter how many times I refresh etc there is one movie that won't be included in the set.

jonatan; what you have should work, but that doesn't necessarily mean that it will
Thanks

Quote:. Posted by hpman247 - Today09:58 You guys should try using Media Center Manager to created the NFO for you, then open the nfo in wordpad, and set the <set> tag to whatever you want to name the collection. It always works for me, and that program auto downloads all of the artwork and the TBN as well which makes scraping insanely fast
.
Thanks that worked perfect.
I use ember media manager for all data
Just realized that ember media manager has a movies set manager were you can set up your sets manually

[Image: xbmcmediacenter.jpg][Image: xbmcmediacenter1.jpg]
intel G530/BIostar th67+/Cx430/2x4gb ripjaws x 1600/N mediapc 1000B case/N media lcd/Asus gt520/60gb adata ssd.os/2tb spinpoint 5400 rpm. Media/Hp dvd rw
(This post was last modified: 2013-03-24 19:44 by jonatan.)
find quote