[19. April 2013] A-400 Advanced Network Setup now available | [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 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

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: 1 Guest(s)
Thread Closed 
3 simple questions
11-21-2008, 10:58 AM (This post was last modified: 11-21-2008 11:00 AM by illanz.)
Post: #1
3 simple questions
Hi there !

First of all, at least 5% of my movie files ar badly recognized by moviejukebox. how can I change the file details (picture and movie details) ? The database often recognizes a wrong movie...
I also have files that are not detected ( 720 files in my share and moviejukebox only recognizes 705 files or so...)

Second: I'm a GUI user and have files on my network harddrive :
file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/VIDEOSTORE/MovieZ/

But I have a second network hard drive + the hard drive inside of my PCH.
How can I add files in those 2 other drives in the same index.html ? I dont't thnik I'm able to edit the library file... Blush

Third, I have the latest firmware and I would like to know if it's possible to have a shortcut to the index because I have to browse at least 10 screens prior reaching the index file...

THX A LOT ! ! !
Find all posts by this user
11-21-2008, 11:06 AM
Post: #2
RE: 3 simple questions
(11-21-2008 10:58 AM)illanz Wrote:  First of all, at least 5% of my movie files ar badly recognized by moviejukebox. how can I change the file details (picture and movie details) ? The database often recognizes a wrong movie...
Read the wiki about NFO files: http://code.google.com/p/moviejukebox/wiki/NFO_Files
Quote:I also have files that are not detected ( 720 files in my share and moviejukebox only recognizes 705 files or so...)
What files are being excluded? Are they temp files?
Are the extensions of the files in the recognised list? See the moviejukebox.properties mjb.extensions property, by default these are:
Code:
mjb.extensions=AVI DIVX MKV WMV M2TS TS RM QT ISO VOB MPG MOV MP4 M1V M2V M4V M2P TP TRP M2T MTS ASF RMP4 IMG

Quote:Second: I'm a GUI user and have files on my network harddrive :
file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/VIDEOSTORE/MovieZ/

But I have a second network hard drive + the hard drive inside of my PCH.
How can I add files in those 2 other drives in the same index.html ? I dont't thnik I'm able to edit the library file... Blush
Read the wiki about library files and the command to run YAMJ:
http://code.google.com/p/moviejukebox/wi...aryXMLInfo
http://code.google.com/p/moviejukebox/wi...mandSyntax
Quote:Third, I have the latest firmware and I would like to know if it's possible to have a shortcut to the index because I have to browse at least 10 screens prior reaching the index file...
Yes it is.

Visit this user's website Find all posts by this user
11-21-2008, 04:37 PM (This post was last modified: 11-21-2008 04:40 PM by illanz.)
Post: #3
RE: 3 simple questions
(11-21-2008 11:06 AM)Omertron Wrote:  Read the wiki about NFO files: http://code.google.com/p/moviejukebox/wiki/NFO_Files
Quote:I also have files that are not detected ( 720 files in my share and moviejukebox only recognizes 705 files or so...)
What files are being excluded? Are they temp files?
Are the extensions of the files in the recognised list? See the moviejukebox.properties mjb.extensions property, by default these are:
Code:
mjb.extensions=AVI DIVX MKV WMV M2TS TS RM QT ISO VOB MPG MOV MP4 M1V M2V M4V M2P TP TRP M2T MTS ASF RMP4 IMG

Quote:Second: I'm a GUI user and have files on my network harddrive :
file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/VIDEOSTORE/MovieZ/

But I have a second network hard drive + the hard drive inside of my PCH.
How can I add files in those 2 other drives in the same index.html ? I dont't thnik I'm able to edit the library file... Blush
Read the wiki about library files and the command to run YAMJ:
http://code.google.com/p/moviejukebox/wi...aryXMLInfo
http://code.google.com/p/moviejukebox/wi...mandSyntax


Yes it is.

.NFO>>>> Thxs, I'll try this...
Missing files >>>> All of them are AVIs. no temps... Dodgy
editing the library.xml>>>>Definitely unable to make this happen !
Shortcut to index>>>>Where ? how ?
Find all posts by this user
11-21-2008, 05:10 PM
Post: #4
RE: 3 simple questions
Quote:Missing files >>>> All of them are AVIs. no temps... Dodgy
editing the library.xml>>>>Definitely unable to make this happen !
Are any of the AVIs part of a series or two part movies that have CD/DISC in the title? These will probably be combined into one movie page. If not, please post some examples of the filenames (please follow the forum posting guide with respect to scene groups).

Why are you not able to edit the library file? It's a fairly simple procedure and will give you the flexibility that you require for the multiple shares.

Visit this user's website Find all posts by this user
12-02-2008, 12:33 AM (This post was last modified: 12-02-2008 01:12 AM by illanz.)
Post: #5
RE: 3 simple questions
OK now I've edited the library.xml file with my several locations...
How do I run the scan ???
I've launched the command : MovieJukebox libraries.xml -o MyJukebox >>> what does this MyJukebox means ?

But It doesn't work
I have the following error :

java.lang.NoClassDefFoundError : com/moviejukebox/MovieJukebox.

Could not find the main class : com.moviejukebox.moviejukebox

I'm using the latest version...
Find all posts by this user
12-02-2008, 12:54 AM
Post: #6
RE: 3 simple questions
(11-21-2008 04:37 PM)illanz Wrote:  Shortcut to index>>>>Where ? how ?

I'd be interested in hearing about this as well....
Find all posts by this user
12-02-2008, 08:33 AM (This post was last modified: 12-02-2008 08:34 AM by Omertron.)
Post: #7
RE: 3 simple questions
Open a command window (DOS)
Change to the directory you installed YAMJ
MovieJukebox {name.of.library.file.xml} -o {directory of where you want jukebox to go}
(12-02-2008 12:54 AM)simonk83 Wrote:  I'd be interested in hearing about this as well....
You need to read the index.htm thread. There's no simple solution yet...

Visit this user's website Find all posts by this user
12-02-2008, 10:05 AM
Post: #8
RE: 3 simple questions
Just to make the moviejukebox command really simple (as when I started I didn't know how to change directory and needed to look it up)

have yamj in a folder called yamj on your C:\ drive

open cmd

type

Code:
cd c:\yamj

this will navigate to your yamj folder

then as omertron says (in my case I have my PCH on a mapped network drive, and the yamj index folder goes directly onto the PCH hard drive)

Code:
moviejukebox z:\video -o z:\

in your case though using the library.xml file as stated above, modifying the name of the library file if needed and the location if it is anywhere other than the current location.

Code:
moviejukebox library.xml -o z:\

also add folders to the final jukebox directory if you want to.

As for the navigation to the YAMJ index, I use the sleek skin. it has a button on the main NMT page for go to my movies that you can go into settings and direct to anywhere on the drive.

Storage Options
C-200, A-110, DAS400, Denon 1909 via HDMI, TXP42X10, KEF Q3 and Q9C surround
Find all posts by this user
12-02-2008, 10:07 AM
Post: #9
RE: 3 simple questions
Or you can check out my GUI Config here: http://omertron.com/pch/YAMJ_GUI_Config
Currently it only supports 1 share location, but it will do all the work of writing the files for you, you can then edit them to tweak if you need to.

Visit this user's website Find all posts by this user
12-02-2008, 01:19 PM (This post was last modified: 12-02-2008 01:20 PM by illanz.)
Post: #10
RE: 3 simple questions
OK I did it with you GUI Config util...

Thanks so much.... My dream is becoming true... I have my complete (2000+) Movie collection straight on my TV...... Wonderful....

I still experience a problem with the allocine plugin because it stops randomlessly... Anyway, I will use IMDB with many many many nfos......

Last question... My jukebox dir is stored a networked hard drive (kind of nas)... Do you think that I can reach a faster navigation in the movies index if I store the directory in my C: for example ?

Thanks again
Find all posts by this user
12-02-2008, 01:47 PM
Post: #11
RE: 3 simple questions
You might have a faster browsing of the index if it is stored on the local hard drive of the PCH.

Just copy the files and try it, there is no need to change anything.

Visit this user's website Find all posts by this user
12-02-2008, 02:16 PM
Post: #12
RE: 3 simple questions
I don t have a disk in my NMT. Just a nas ! Thanks anyway !
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Music jukeboxes (and skinners for them questions) accident 0 1,396 01-09-2011 01:04 PM
Last Post: accident
  Jalbum questions: mp4 files not linked correctly, one root page containing all thumbs mediafreak123 2 1,623 12-30-2010 09:18 AM
Last Post: mediafreak123
  A few questions Rodnas 3 1,079 12-17-2010 11:45 PM
Last Post: gsbaker
Pencil NMT Simple Text Based Playerlist Creator emailcjk 5 2,293 12-02-2010 03:56 AM
Last Post: excal
  Music Jukebox Questions esper 12 5,691 04-01-2010 08:23 PM
Last Post: wandidj
Lightbulb Couple of MLMJ Questions shadowfixeruk 6 1,735 12-18-2009 06:22 AM
Last Post: gsbaker
  Gsbaker Javascript questions gsbaker 5 1,633 12-06-2009 03:37 AM
Last Post: excal
  Consolidate drives - the simple way ? taz2008 6 1,764 10-08-2009 07:01 PM
Last Post: taz2008
  MyiHome and jukeboxes questions nalooti 3 1,441 08-16-2009 03:05 PM
Last Post: nalooti
Shocked MLMJ Questions and NMT Locations once more mad-mads 2 1,414 08-14-2009 01:16 AM
Last Post: mad-mads

Forum Jump: