butlerpeter
B8a Tester
Active Member
 
Offline
Posts: 83
|
 |
« Reply #15 on: January 29, 2010, 12:01:22 am » |
|
It does work if you map a drive to a share on a NAS - that's what I've done.
|
|
|
|
|
Logged
|
|
|
|
|
mortai
|
 |
« Reply #16 on: January 29, 2010, 01:12:12 am » |
|
...what am i doing wrong??? after starting the cmd file i just get a black window and an error message... the command "java" can not be found or is written wrong... push any key
after pushing a key the window closes... thats it...
java is installed and i did anything else on the guide...
im running win7 pro 64 bit...
|
|
|
|
|
Logged
|
|
|
|
|
|
ScottW75
Newbie
Offline
Posts: 4
|
 |
« Reply #18 on: January 29, 2010, 10:13:46 am » |
|
These files don't appear to work on Mac OS X Snow Leopard. They just won't unrar. I presume they are meant for windows?
|
|
|
|
|
Logged
|
|
|
|
elaan
Newbie
Offline
Posts: 2
|
 |
« Reply #19 on: January 29, 2010, 12:45:52 pm » |
|
Works great! Thanks a lot for the effort, i am really happy with this  In your opinion, what is the advantage of YAMJ over TVIXIE? With the latter, you can also create the jpg's, but with a nice feature of editing your skins and preselecting your fanart/covers... I understand that YAMJ gives you a nice html menu, but that is of no use on the mede8er...
|
|
|
|
|
Logged
|
|
|
|
elaan
Newbie
Offline
Posts: 2
|
 |
« Reply #20 on: January 29, 2010, 12:49:13 pm » |
|
Has anyone thougt about converting the YAMJ html files to a DVD menu? (although i doubt if this is feasible)
That would allow you to navigate through your movies database very easily...
|
|
|
|
|
Logged
|
|
|
|
Nick
Newbie
Offline
Posts: 43
|
 |
« Reply #21 on: January 29, 2010, 12:50:29 pm » |
|
Really great software - Thank you.
I did find a small bug though. I had a jukebox folder, I then removed it and created a new folder for my jukebox with a different name. When starting the app I got and error that it could not find "c:\YAMJ\Jukebox\Jukebox".
I fired up the registry, went to HKEY_CURRENT_USER\Software\YamjToMede8er and removed the JukeboxFolder entry.
Started the software again and all is now working.
Could you look into maybe checking if the folder exists on the drive (specified in the registry) before trying to load from it.
|
|
|
|
|
Logged
|
|
|
|
butlerpeter
B8a Tester
Active Member
 
Offline
Posts: 83
|
 |
« Reply #22 on: January 29, 2010, 01:05:06 pm » |
|
Thanks for the bug report Nick and for giving the details of a workaround.
Mede8er1 has already pointed this bug out to me and it'll be resolved in the next release.
|
|
|
|
|
Logged
|
|
|
|
benitez1
Newbie
Offline
Posts: 25
|
 |
« Reply #23 on: January 29, 2010, 01:26:51 pm » |
|
@Mortai im using the same version of window 7 had the same problem try this hope it works
Right click on the moviejukebox.bat file in your YAMJ folder and choose Edit. You will see a line similar to: Code: java -Xms256m -Xmx512m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*(delete this line and add this one)
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*
so you should end up with it looking like this
@echo off rem *** rem *** Yet Another Movie Jukebox command script rem *** rem *** DO NOT CHANGE ANYTHING IN THIS SCRIPT rem *** UNLESS YOU KNOW WHAT YOU ARE DOING rem ***
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -classpath .;resources;lib/* com.moviejukebox.MovieJukebox %*
then just save hope this helps
THIS IS FOR WINDOWS 7 X64 BIT ONLY
For other windows systems change the first line to wherever your java.exe file is eg,,,, "C:\Program Files (x86)\Java\jre6\bin\java.exe" to what ur windows sytem is dont quote me on other systems working but this does for windows 7 x64 bit
hope this helps Benitez1
|
|
|
|
|
Logged
|
|
|
|
|
mortai
|
 |
« Reply #24 on: January 30, 2010, 11:11:35 am » |
|
@ benitez1 - thanks a lot!!!! this did the trick!!!
|
|
|
|
|
Logged
|
|
|
|
Zubi
Newbie
Offline
Posts: 3
|
 |
« Reply #25 on: January 30, 2010, 06:16:22 pm » |
|
Thanx, works better than TVIXIE ...... Great program !!!!  Is it also possible to get the movie information from the dutch moviemeter.nl site ?? Then it would be brilliant.
|
|
|
|
|
Logged
|
|
|
|
|
Maasbommel
|
 |
« Reply #26 on: January 30, 2010, 06:41:20 pm » |
|
Hi Zubi, Yes, this is possible. Just go to the YAMJ directory and open the file moviejukebox.properties (with notepad or other program). Just add the following after "# Add other properties here" # Add other properties here mjb.internet.plugin=com.moviejukebox.plugin.MovieMeterPlugin thetvdb.language=nl
The first line is for moviemeter info, the second for dutch info on series. That should do the trick. Brilliant or not 
|
|
|
|
« Last Edit: January 30, 2010, 07:15:07 pm by Maasbommel »
|
Logged
|
|
|
|
Cockeye
B8a Tester
Experienced Member
 
Offline
Posts: 105
|
 |
« Reply #27 on: January 30, 2010, 07:56:26 pm » |
|
OK, at this stage I am unable to say whether this is a bug or not. However, I ran YAMJ on my whole video file this time instead of just the movie subfolder. When running YAMJ to Mede8er I got this error : See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at YAMJ_To_Mede8er.Utility.GetFileDetails(XmlDocument xmlDoc) at YAMJ_To_Mede8er.Utility.<GetXmlFiles>d__0.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at YAMJ_To_Mede8er.frmMain._options_JukeboxFolderChanged(Object sender, EventArgs e) at YAMJ_To_Mede8er.Options.add_JukeboxFolderChanged(EventHandler value) at YAMJ_To_Mede8er.frmMain.frmMain_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4200 (NetFxQFE.050727-4200) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- YAMJ_To_Mede8er Assembly Version: 0.5.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/YAMJ/YAMJ_To_Mede8er.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Core Assembly Version: 3.5.0.0 Win32 Version: 3.5.30729.1 built by: SP CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Web Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4016 (NetFxQFE.050727-4000) CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll ----------------------------------------
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration> <system.windows.forms jitDebugging="true" /> </configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Now I checked the YAMJ output file and although it has indexed everything, it has shown up some very weird results - so it could well not be something to do with YAMJ to MEDE8ER at all - but as I know nothing about code I thought I would include it here anyway. Apologies in advance if it is no good to you. When I try to make Y2M (its easier to type) do its stuff I get the error no image file specified. I'm gonna try something else later as I wonder if it might be something I've done (probably is)
|
|
|
|
|
Logged
|
Mede8er FW 2.0.2 networked via cable to Netgear wireless G router WGR614 Acer Aspire 7720G Dual Core Processor Laptop Vista 32 Bit External Iomega 500GB HDD connected to laptop via USB Samsung 42 inch Plasma TV(HDMI to amp) Onkyo 605 amplifier (HDMI to Mede8er)
|
|
|
somesatd
Newbie
Offline
Posts: 4
|
 |
« Reply #28 on: January 30, 2010, 09:39:21 pm » |
|
First off... THANK YOU!!! Awesome Job! Now, only if I get it to work properly.  I hope someone can help me. I got to step # 8 on the guide. However, I do not see any artworks in the Preview; I only see the default Black Mede8er screen. But I do see all the Titles in the dropdown box. Also, the index.html displays all the movie titles perfectly. I'm not sure why it is not work. I thought I have followed the guide to the t(s). thank you in advance for any help!
|
|
|
|
|
Logged
|
|
|
|
Zubi
Newbie
Offline
Posts: 3
|
 |
« Reply #29 on: January 30, 2010, 10:10:17 pm » |
|
Hi Zubi, Yes, this is possible. Just go to the YAMJ directory and open the file moviejukebox.properties (with notepad or other program). Just add the following after "# Add other properties here" # Add other properties here mjb.internet.plugin=com.moviejukebox.plugin.MovieMeterPlugin thetvdb.language=nl
The first line is for moviemeter info, the second for dutch info on series. That should do the trick. Brilliant or not  Thanx ..... works great ..........
|
|
|
|
|
Logged
|
|
|
|
|