User(s) browsing this thread: 1 Guest(s)
[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.)
|
|||
|
|||
|
[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. |
|||
|
07-07-2009, 06:03 AM
|
|||
|
|||
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.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... |
|||
|
07-07-2009, 06:11 AM
|
|||
|
|||
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 |
|||
|
07-07-2009, 02:08 PM
|
|||
|
|||
RE: Cannot run in Command Mode
(07-07-2009 06:11 AM)hindibuff Wrote: Wandidj, Thanks for the help.But it runs fine in normal mode? Is drive Z: always mapped to your PCH? |
|||
|
07-07-2009, 05:07 PM
(This post was last modified: 07-07-2009 05:35 PM by hindibuff.)
|
|||
|
|||
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. 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
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]

[MUSIC] Cannot run in Command Mode



![[+]](images/collapse_collapsed.gif)
