[7. June 2013] Youporn available now | [19. April 2013] A-400 Advanced Network Setup | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 RC1 [13 June 2013] | A-200/A-210 RC1 [13 June 2013]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread:
Thread Closed 
XBMC nfo/tbn/fanart/trailer => YAMJ
01-10-2010, 12:11 AM
Post: #1
XBMC nfo/tbn/fanart/trailer => YAMJ
Hi to all,

i worked many, many many hours to convert my movies from XBMC to YAMJ. (XBMC->Export->to separate files)

But i'm too mad !!

I'm installed Yamj 1.7 correctly but not all infos in the <moviename>.nfo would'nt be used and the <moviename>.tbn and <moviename>-fanart pictures would not be the stored pics!

changing the <id> to -1 with a script would also not help

I will only use the with <moviename> local stored infos...

Can anybody help me????????

Greetings Gerhard
PS: Sorry about my english -> i'm an Austrian :-)
Find all posts by this user
01-10-2010, 10:06 AM
Post: #2
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
Can you show us an example movie name and associated files. Are they all in the same directory?

The default fanart name should be "moviename.fanart.jpg" and not "moviename-fanart.jpg" but you can change that using this setting in your moviejuekbox.properties file
Code:
mjb.scanner.fanartToken=-fanart

Also, ".tbn" should be recognised

Visit this user's website Find all posts by this user
01-11-2010, 11:06 PM
Post: #3
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
(01-10-2010 10:06 AM)Omertron Wrote:  Can you show us an example movie name and associated files. Are they all in the same directory?

The default fanart name should be "moviename.fanart.jpg" and not "moviename-fanart.jpg" but you can change that using this setting in your moviejuekbox.properties file
Code:
mjb.scanner.fanartToken=-fanart

Also, ".tbn" should be recognised

Hi Omertron,

thank you for your answer,

here are expamples of my files:


Folder "Die Nacht der Lebenden Loser"
AVSEQ01.nfo
AVSEQ01.tbn
AVSEQ01-CD1.MPG
AVSEQ01-CD2.MPG
AVSEQ01-fanart.jpg

The AVSEQ01.nfo:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
<title>Die Nacht der lebenden Loser</title>
<originaltitle>Die Nacht der lebenden Loser</originaltitle>
<rating>5.870000</rating>
<year>2004</year>
<top250>0</top250>
<votes>251</votes>
<outline>Sie gehören nicht gerde zu den Coolen und Gefragten an ihrer Schule: Philip (Tino Mewes), (Manuel Cortez) und Konrad (Thomas Schmieder). Als sie...</outline>
<plot>Sie gehören nicht gerde zu den Coolen und Gefragten an ihrer Schule: Philip (Tino Mewes), ...</plot>
<tagline></tagline>
<runtime></runtime>
<thumb>http://img.ofdb.de/film/62/62923.jpg</thumb>

and so on.-..

on my poppi:
AVSEQ01-CD1.html
AVSEQ01-CD1.jpg
AVSEQ01-CD1.playlist1.jsp
AVSEQ01-CD1.playlist2.jsp
AVSEQ01-CD1.playlist.jsp
AVSEQ01-CD1.xml
AVSEQ01-CD1_large.png
AVSEQ01-CD1_small.png


The AVSEQ01-CD1.xml:
<?xml version="1.0" encoding="UTF-8"?>
<details>
<movie isExtra="false" isSet="false" isTV="false">
<mjbVersion>v1.7</mjbVersion>
<mjbRevision>r1282</mjbRevision>
<xmlGenerationDate>2010-01-11 00:25:31</xmlGenerationDate>
<baseFilename>AVSEQ01-CD1</baseFilename>
<title>AVSEQ01</title>
<titleSort>AVSEQ01</titleSort>
<originalTitle>AVSEQ01</originalTitle>
<year>UNKNOWN</year>
<releaseDate>UNKNOWN</releaseDate>
<rating>-1</rating>
<top250>-1</top250>
<details>AVSEQ01-CD1.html</details>
<posterURL>UNKNOWN</posterURL>
<posterFile>AVSEQ01-CD1.jpg</posterFile>
<posterSubimage>UNKNOWN</posterSubimage>
<fanartURL>UNKNOWN</fanartURL>
<fanartFile>UNKNOWN</fanartFile>
<detailPosterFile>AVSEQ01-CD1_large.png</detailPosterFile>
<thumbnail>AVSEQ01-CD1_small.png</thumbnail>
<bannerURL>UNKNOWN</bannerURL>
<bannerFile>AVSEQ01-CD1.banner.jpg</bannerFile>

the pictures are the dummy.jpg of the skin-folder...




OR: 1984:
1984.avi
1984.nfo
1984.tbn
1984-fanart.jpg


the plot seems to be the <plot> from nfo-file, but the cover is not the tbn-file

fanart in one film is ok, in other there is no fanart-file...


I know that my movienames not have the syntax <Moviename.mkv....> but i hope you understand, that is it not funny to rename 100s of movies that run correkt under XBMC

Is there any setting in the moviejuekbox.properties that says Yamj that he MUST get the files from the movie-folder 1:1 ??

Greetings
Gerhard
Find all posts by this user
01-12-2010, 11:35 AM
Post: #4
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
Hmmm, those files are going to cause issues, no matter what the nfo says.

You can't have a "-" in the filename because YAMJ uses this to differentiate the title of the movie/tv show.
You'll also need the id of the film in the nfo, because those file names won't be found on Imdb
Code:
AVSEQ01.nfo --> Need to be the same as the first movie file. AVSEQ01.[CD1].nfo
AVSEQ01.tbn --> Need to be the same as the first movie file. AVSEQ01.[CD1].tbn
AVSEQ01-CD1.MPG --> AVSEQ01.[CD1].MPG
AVSEQ01-CD2.MPG --> AVSEQ01.[CD2].MPG
AVSEQ01-fanart.jpg --> Need to be the same as the first movie file. AVSEQ01.[CD1].fanart.jpg
Will work fine

Visit this user's website Find all posts by this user
01-12-2010, 10:52 PM
Post: #5
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
(01-12-2010 11:35 AM)Omertron Wrote:  Hmmm, those files are going to cause issues, no matter what the nfo says.

You can't have a "-" in the filename because YAMJ uses this to differentiate the title of the movie/tv show.
You'll also need the id of the film in the nfo, because those file names won't be found on Imdb
Code:
AVSEQ01.nfo --> Need to be the same as the first movie file. AVSEQ01.[CD1].nfo
AVSEQ01.tbn --> Need to be the same as the first movie file. AVSEQ01.[CD1].tbn
AVSEQ01-CD1.MPG --> AVSEQ01.[CD1].MPG
AVSEQ01-CD2.MPG --> AVSEQ01.[CD2].MPG
AVSEQ01-fanart.jpg --> Need to be the same as the first movie file. AVSEQ01.[CD1].fanart.jpg
Will work fine

Hi Omertron,

thanks for your answer!

As i wrote - I know that not all my movienames have the correct Yamj syntax, but i hope you understand that is it not funny to edit 100s of movie filennames (that run correkt under XBMC)

And the AVSEQ01-CD1 is the correct XBMC syntax!! (AVSEQ01.[CD1]. generate an fail AVSEQ01.[].nfo"

Is it possible to made setttings in the moviejuekbox.properties that says Yamj that he MUST get the files from the movie-folder 1:1 and without reread the imdb??

Greetings
Gerhard
Find all posts by this user
01-13-2010, 11:39 AM
Post: #6
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
Not at this time, no.
This is this issue logged to do that though http://code.google.com/p/moviejukebox/is...ail?id=364

Visit this user's website Find all posts by this user
01-13-2010, 11:54 AM
Post: #7
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
Can I suggest you check out YANFOE - the latest donor build lets you pick the output for your movies letting you create .xml .tbn and .nfo files before scanning - i use YAMJ but intend to have one machine on YAMJ, one on UMC and perhaps one on xbmc - all pointing to a NAS. YANFOE lets you generate the necessary files for all three programs at once - so no need to convert anything...

S

Gone but not forgotten: - PCH A110
PCH C200
PCH A200

+ WD 1.5TB Caviar Green Internal
+ 3x WD 1.5TB CG Internals in ICYBOX enclosure
+ 1x WD 1TB Caviar Green Internal
+ 2x 1TB WD MyBook
+ 1x Samsung 1.5tb F2 Spinpoint
Find all posts by this user
01-16-2010, 09:45 AM
Post: #8
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
(01-13-2010 11:39 AM)Omertron Wrote:  Not at this time, no.
This is this issue logged to do that though http://code.google.com/p/moviejukebox/is...ail?id=364

Hi Omertron,
yes i use a separate directory for every movie. But i dont understand the rest of issue 364 -> what is the connection to my problem?
Is a future parameter force-local-files planned, that do this?


(01-13-2010 11:54 AM)Suge_K Wrote:  Can I suggest you check out YANFOE - the latest donor build lets you pick the output for your movies letting you create .xml .tbn and .nfo files before scanning - i use YAMJ but intend to have one machine on YAMJ, one on UMC and perhaps one on xbmc - all pointing to a NAS. YANFOE lets you generate the necessary files for all three programs at once - so no need to convert anything...

S

@'Suge_K',

Yanfoe is a "funny" project - in my opinion not GNU (freeware?). Without register there is - nothing.
After register, i can download 0.1 Beta 8 - quite old - has no yamj/xbmc support.

The RC1.r1198 looks realy better - have a both YAMJ and XMBC output (and UMC) but is a preview-version - BUT that cannot save Huh -
All RC1 can only be tested when donated!
Buy for beta-testers?

Greetings
Gerhard
Find all posts by this user
01-16-2010, 10:40 AM
Post: #9
RE: XBMC nfo/tbn/fanart/trailer => YAMJ
(01-16-2010 09:45 AM)blue_danube Wrote:  Hi Omertron,
yes i use a separate directory for every movie. But i dont understand the rest of issue 364 -> what is the connection to my problem?
Is a future parameter force-local-files planned, that do this?

Yes, that's what that issue is about, if you keep your films in a per directory basis, then you'll be able to turn on a property to force YAMJ to use the directory name instead of the filename

Visit this user's website Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [YAMJ] Not copying new files jhmiller 2 43 Today 12:55 PM
Last Post: jhmiller
  [YAMJ] Avoid Poster Scanning from NFO and new movie category questions beefy314 10 317 06-16-2013 01:19 PM
Last Post: Omertron
  [YAMJ 2.5-r2615] TV Extras missing ABoyNamedSue 30 4,434 06-12-2013 08:34 PM
Last Post: docbill
  [YAMJ] No Banner Available - YAMJ scan litfoo 4 308 06-08-2013 07:48 PM
Last Post: litfoo
  RE: Samsung Galaxy S4, can I use YAMJ on it like I can directly on my C-200? Wookie Groomer 4 446 06-06-2013 04:02 PM
Last Post: wanstronian
  help with yamj on A110 shamoo 2 249 06-06-2013 12:30 PM
Last Post: shamoo
  [YAMJ] JAVA 1.7 update 21 makes YAMJ crash! Specter 14 1,940 06-02-2013 04:11 AM
Last Post: wgstarks
  C-200 YAMJ HTML nbat58 7 482 06-01-2013 01:50 PM
Last Post: jack84an
  YamJ market app wadood 3 305 05-30-2013 07:45 PM
Last Post: Bazrah
Sad [YAMJ] YAMJ does not create scan files Jascha 22 1,129 05-28-2013 08:15 AM
Last Post: Omertron

Forum Jump: