[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 
[MUSIC] Cannot run in Command Mode
07-07-2009, 03:01 AM (This post was last modified: 07-22-2009 12:41 PM by werner.)
Post: #1
[MUSIC] Cannot run in Command Mode
For my life, I cannot figure out why Music Jukebox would not run in command line mode. All that happens is the main GUI opens up.

The debug does not show anything. I have tried the -DEBUG switch as well, and that does not even start debug. Totally lost as to what is going on.

This is on version 7. Given below are some snaps of what the config is.

MJRUN.cmd
MusicJukebox.exe –GO -DEBUG

DEBUG.xml
<?xml version="1.0"?>
<ROOT>
<MSG DATE="2009/07/06 07:02:58">MusicJukebox started</MSG>
<MSG DATE="2009/07/06 07:03:00">MusicJukebox closing</MSG>
<MSG DATE="2009/07/06 07:08:04">MusicJukebox started</MSG>
</ROOT>


MUSICJUKEBOX.xml
<?xml version="1.0" encoding="utf-8"?>
<Config>
<INPUT>Z:\Music\</INPUT>
<OUTPUT>Z:\Music\MusicJukebox\</OUTPUT>
<SHARE>HARD_DISK/Music</SHARE>
<DEBUG>False</DEBUG>
<FULLDISPLAY>True</FULLDISPLAY>
<SHUFFLE>True</SHUFFLE>
<SONGSEARCH>False</SONGSEARCH>
<SORTBYFIRST>False</SORTBYFIRST>
<EXTRACTIMAGES>True</EXTRACTIMAGES>
<ALBUMARTFILE>Folder.jpg</ALBUMARTFILE>
<FANARTFILE>FanArt.jpg</FANARTFILE>
<GENRES>False</GENRES>
<ID3OVERRIDE>4</ID3OVERRIDE>
<MAXTEXTLENGTH>0</MAXTEXTLENGTH>
<MAXSONGLENGTH>0</MAXSONGLENGTH>
<ALBUMSPERLINE>7</ALBUMSPERLINE>
<ALBUMLINES>2</ALBUMLINES>
<ALBUMCELLHEIGHT>0</ALBUMCELLHEIGHT>
<SONGSPERPAGE>15</SONGSPERPAGE>
<RELOADSKIN>0</RELOADSKIN>
<EXTENSIONS>.MP1,.MP2,.MP3,.WMA,.WAV,.OGG,.AAC,.FLAC,.M4A</EXTENSIONS>
<HOMEPAGE>http://127.0.0.1:8883/start.cgi?list</HOMEPAGE>
<MENUPATH>HARD_DISK/Music/MusicJukebox</MENUPATH>
<PREPROCESSCMD>
</PREPROCESSCMD>
<POSTPROCESSCMD>
</POSTPROCESSCMD>
<SKIN>Default</SKIN>
<THUMBNAILSIZE>150</THUMBNAILSIZE>
<ALBUMSIZE>300</ALBUMSIZE>
<FOCUSTEXTCOLOUR>
</FOCUSTEXTCOLOUR>
<FOCUSHIGHLIGHTCOLOUR>
</FOCUSHIGHLIGHTCOLOUR>
<DOLPHMENU>False</DOLPHMENU>
<DOWNLOADIMAGES>True</DOWNLOADIMAGES>
<MASTERPLAYLIST>True</MASTERPLAYLIST>
<AUTOEMBEDARTWORK>False</AUTOEMBEDARTWORK>
<PARTYMODE>False</PARTYMODE>
<FOLDERDASH>False</FOLDERDASH>
<APOSTROPHE>'</APOSTROPHE>
<LOCALIMAGES>True</LOCALIMAGES>
<SEARCH_ORDER>
<SEARCH site="www.amazon.com" order="1" />
<SEARCH site="www.amazon.co.uk" order="0" />
<SEARCH site="www.amazon.de" order="0" />
<SEARCH site="www.albumart.org" order="2" />
<SEARCH site="www.album-cover-art.org" order="3" />
</SEARCH_ORDER>
<LANG_ALL>All</LANG_ALL>
<LANG_CD>CD</LANG_CD>
<LANG_PLAY>Play</LANG_PLAY>
<LANG_PLAYALL>Play All</LANG_PLAYALL>
<LANG_PLAYLISTS>Playlists</LANG_PLAYLISTS>
<LANG_SHUFFLE>Shuffle</LANG_SHUFFLE>
<LANG_ARTISTS>Artists</LANG_ARTISTS>
<LANG_YEARS>Released</LANG_YEARS>
<LANG_NOGENRE>No Genre</LANG_NOGENRE>
<LANG_MASTERPLAYLIST>All My Music</LANG_MASTERPLAYLIST>
<LANG_SEARCH>Search</LANG_SEARCH>
<LANG_SEARCHRESULTS>Search Results</LANG_SEARCHRESULTS>
<LANG_VIDEO>(Video)</LANG_VIDEO>
<BACKUPIMAGES>False</BACKUPIMAGES>
</Config>



Someone please help. It is driving me insane.
Find all posts by this user
07-07-2009, 06:03 AM
Post: #2
RE: Cannot run in Command Mode
(07-07-2009 03:01 AM)hindibuff Wrote:  For my life, I cannot figure out why Music Jukebox would not run in command line mode. All that happens is the main GUI opens up.

Someone please help. It is driving me insane.
First, let's start simple. Open a command prompt window and change to the C:\Program Files\Music Jukebox Release 7\ folder. Then type MusicJukebox.exe -GO. You should now see your hard drive light blinking constantly and if you open the Task Manager, you should see MusicJukebox.exe is the most CPU intensive application running.

Next (once Music Jukebox is complete, disappears from the Task Manager, type MJRUN.cmd. Again, Music Jukebox should appear in the Task Manager. Be sure you are starting Music Jukebox by the cmd file, not by the icon. Let me know...
Find all posts by this user
07-07-2009, 06:11 AM
Post: #3
RE: Cannot run in Command Mode
(07-07-2009 06:03 AM)wandidj Wrote:  First, let's start simple. Open a command prompt window and change to the C:\Program Files\Music Jukebox Release 7\ folder. Then type MusicJukebox.exe -GO. You should now see your hard drive light blinking constantly and if you open the Task Manager, you should see MusicJukebox.exe is the most CPU intensive application running..

Wandidj, Thanks for the help.

Followed instructons for the command prompt. I do see MusicJukebox in the Task Manager but only for a second or two, after which, it vanishes. ( as was recorded in the debug log).

FYI: I am running XP with .net 3.5
Find all posts by this user
07-07-2009, 02:08 PM
Post: #4
RE: Cannot run in Command Mode
(07-07-2009 06:11 AM)hindibuff Wrote:  Wandidj, Thanks for the help.

Followed instructons for the command prompt. I do see MusicJukebox in the Task Manager but only for a second or two, after which, it vanishes. ( as was recorded in the debug log).

FYI: I am running XP with .net 3.5
But it runs fine in normal mode? Is drive Z: always mapped to your PCH?
Find all posts by this user
07-07-2009, 05:07 PM (This post was last modified: 07-07-2009 05:35 PM by hindibuff.)
Post: #5
RE: Cannot run in Command Mode
(07-07-2009 02:08 PM)wandidj Wrote:  But it runs fine in normal mode? Is drive Z: always mapped to your PCH?


If by normal, you mean through the GUI, then yes, it runs and updates the library just fine.

Z is always mapped, yes. I can change that and try using as a network drive to see if that makes any difference. I am also trying to uninstall any offending software that might be interfering with it. Will report more in 8 hours.
(07-07-2009 05:07 PM)hindibuff Wrote:  If by normal, you mean through the GUI, then yes, it runs and updates the library just fine.

Z is always mapped, yes. I can change that and try using as a network drive to see if that makes any difference. I am also trying to uninstall any offending software that might be interfering with it. Will report more in 8 hours.


ok,
figured it out. Somehow, the MJRUN.cmd had a illegal character before the GO and that was throwing it off. I removed that and retyped it in. Now all seems to work from the command line.

Thanks so much for the help in trouble shooting this. Now I am back cooking on gas Smile
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Information [MUSIC] Music Jukebox Release 8 Download and Installation wandidj 1,484 514,265 03-30-2013 01:36 AM
Last Post: kcstueber
Music [MUSIC] MPD JukeBox (MPDJB) joblo10 378 197,908 01-18-2013 02:57 PM
Last Post: Penfold
  music jukebox with ipad remote wesley2004 0 571 12-26-2012 12:31 AM
Last Post: wesley2004
  What is wrong? music jukebox config help jplinux3 15 2,946 07-23-2012 07:55 AM
Last Post: jluc2808
  Kroozbox- Personal Video Database - PVD (or any DB) and Music Jukebox to Popcorn Hour Nono 383 156,741 07-03-2012 01:52 PM
Last Post: Paul_T
  Any new flash based music jukebox? grey 1 1,335 06-18-2012 12:44 AM
Last Post: accident
  JUKEBOX w/movie series grouping+VIDEO_TS/ISO TV series episode parsing+music vid+shuf heinza 6 3,695 01-03-2012 02:58 AM
Last Post: gondom
  Music Jukebox Startup colinb 1 3,523 12-11-2011 06:29 PM
Last Post: chris57
  Question about music information in Music Jukebox 8 Zolive 3 1,872 11-29-2011 03:39 AM
Last Post: wandidj
  Free music that can be used in videos Hayward 0 1,151 10-25-2011 01:09 PM
Last Post: Hayward

Forum Jump: