View Full Version : Help for dummies - zoomplayer & nr
mikeythemikey
February 3rd, 2005, 11:36 AM
It just aint working.
Latest NR, registered, zoomplayer plugin pointing at the pc with zp on it.. nothing..
Ben S
February 3rd, 2005, 12:12 PM
Hi Mikey,
Do you have ZP configured to be running the TCP/IP server as seen in this thread: http://www.promixis.com/phpBB2/viewtopic.php?p=105002&highlight=zoomplayer+server#105002 ?
mikeythemikey
February 3rd, 2005, 12:17 PM
Thanks for the reply, I did tick the box in ZP, but I am going to read through that thread now :)
mikeythemikey
February 3rd, 2005, 12:27 PM
I checked the registry, its in there.. not sure what else to do..
mikeythemikey
February 3rd, 2005, 03:18 PM
ok, well, media bridge just crashes allll the time with media player, so ive switched to jriver and it works.
Zoomplayer also works (except the slider) aslong as its already running..
So.. how on earth do i display things if i have to have it all running?
avid
February 3rd, 2005, 10:54 PM
So.. how on earth do i display things if i have to have it all running?
Two ways:
1) Have Zoom and JRMC permanently running, but kept silent & minimized when not needed.
2) Use Girder (or similar) to start & stop the applcations as you need them.
Personally I use (1) for music (although I use WMP instead of JRMC), and (2) for video via Zoom Player (although I start it using a separate "PlayPick" driver & server instead of Girder).
Zoomplayer also works (except the slider) What version of Zoom Player do you have?
Brian
windtrader
February 4th, 2005, 08:11 AM
and (2) for video via Zoom Player (although I start it using a separate "PlayPick" driver & server instead of Girder).
@Avid,
What is PlayPick and why are you switching ZP over to it? My design principle for quite some time has been to designate Girder as the primary automation hub and implement all processing in Girder if possible. I did give in and use the NR-ZP plugin to get access to some play status but I may rewire this via girder later.
thx don
avid
February 4th, 2005, 09:04 AM
and (2) for video via Zoom Player (although I start it using a separate "PlayPick" driver & server instead of Girder).
@Avid,
What is PlayPick and why are you switching ZP over to it? My design principle for quite some time has been to designate Girder as the primary automation hub and implement all processing in Girder if possible. I did give in and use the NR-ZP plugin to get access to some play status but I may rewire this via girder later.
thx don
Different design principles for different people.
I just found it too difficult to make Girder do what I want in order to get the best user experience on the PPC. As well as the feedback for Zoom, I wanted to be able to list my media files on the PPC and cause them to be played by double clicking on them. See http://brianavid.com/Avid/ScreenShots/Recordings_List.htm. I *might* have been able to do this with Girder alone, but I very much doubt it.
PlayPick is an NR driver with matching server application which allows me to do this. It lists media files and runs one of a number of arbitrary programs (Zoom, DigiTV, etc) to play any file which is selected. PlayPick is freely available (with source) from my site.
Brian
windtrader
February 4th, 2005, 12:07 PM
I *might* have been able to do this with Girder alone, but I very much doubt it.
Thanks. It seems that the "double click" action on the PPC is a cliet function and if the PPC GUI client development tool can not do the job, then you do as you are: doing what works. The world ls not a perfect palce, yet. :roll:
mikeythemikey
February 4th, 2005, 12:35 PM
Still having fun with this.. trying to get ldj working.. I fear I may have wasted my money on all these bits of software because I am overwhelmed!
Rob H
February 4th, 2005, 01:10 PM
What problems are you having with LDJ?
mikeythemikey
February 4th, 2005, 02:35 PM
Its probably me, for testing this is what I have done.
Installed netremote, girder, zoomplayer, nvidia codecs on the cinema pc.
I have netremote installed on my laptop as a test client.
I installed the LDJ executable.. it installed. I ran girder and did an import of the gml file.
This is what I edited:
LDJ_Config = {}
-- Scan these directories for media files - don't forget to double up backslashes
LDJ_Config.Dirs_To_Scan = {"D:\\Movies\\",
}
-- Look for covers in this directory if not found along with the media files
-- Don't forget the trailing \\
LDJ_Config.Covers_Dir = "C:\\Program Files\\InterVocative Software\\DVD Profiler\\IMAGES\\"
-- DVD Profiler settings (Don't forget to double the '\'s)
LDJ_Config.DVDProfilerXMLFile = "C:\\collection.xml\\"
LDJ_Config.DVDProfilerImagesDir = "C:\\Program Files\\InterVocative Software\\DVD Profiler Beta\\IMAGES\\"
On my d: drive, movies are stored like d:\movies\troy\video_ts
I ran dvd profiler, added a couple including troy, then did the export.
Rob H
February 4th, 2005, 02:50 PM
This is what I edited:
-- DVD Profiler settings (Don't forget to double the '\'s)
LDJ_Config.DVDProfilerXMLFile = "C:\\collection.xml\\"
Remove the \\ from the end of that entry, it's a file, rather than a directory.
mikeythemikey
February 4th, 2005, 02:54 PM
ok, done that.
btw, the demo ccf just crashes when i try to run it..
Rob H
February 4th, 2005, 02:57 PM
What sort of crash? Is this on the PPC? Something like 'Unexpected character char(0) at 245'?
If so then edit the corresponding lua file on the PC and add a blank line at the end then transfer it back to the PPC.
mikeythemikey
February 4th, 2005, 03:02 PM
Im running all tests from my laptop..
I also ran netremote on the media pc and it crashes too trying to load the ccf
Rob H
February 4th, 2005, 03:07 PM
But what sort of crash? Any error message?
mikeythemikey
February 4th, 2005, 03:17 PM
It actually loads now, the first time it crashes, second time runs full screen and i have to kill it, third and more times, runs correctly.. HTPC, the MOVIES doesnt display anything.
Other issues, girder doesnt autorun on startup and hangs the machine on reboot, manual start means I have to import the file every time.
mikeythemikey
February 4th, 2005, 03:18 PM
sorry, crash is a windows 'do you want to send a report' type crash, looking at the details just says netremote
Rob H
February 4th, 2005, 03:24 PM
It actually loads now, the first time it crashes, second time runs full screen and i have to kill it, third and more times, runs correctly.. HTPC, the MOVIES doesnt display anything.
When it's running full screen you should be able to hit either Enter or Ctrl-Enter to get it to the correct size (can't remember which).
The question there is whether NR is actually talking to Girder successfully.
Do you have the logger plugin installed on Girder? If not then don't download version 1.0.9 - get 1.0.8 from http://sourceforge.net/projects/girderplugins/
Other issues, girder doesnt autorun on startup and hangs the machine on reboot, manual start means I have to import the file every time.
Once you've imported it hit Ctrl-S and it should save everything.
I'll probably have to leave the other problems to someone else, but it sounds like a plugin issue.
mikeythemikey
February 4th, 2005, 03:41 PM
cant find where to set the password on girder, on the netremote plugin its set to 'girder'
23:38:32.125 Friday, February 04, 2005 EVENT: Dev: 203 Blocked connection Pld1: 192.168.1.100
23:38:32.109 Friday, February 04, 2005 EVENT: Dev: 203 Blocked connection Pld1: 192.168.1.100
23:38:32.109 Friday, February 04, 2005 EVENT: Dev: 203 Blocked connection Pld1: 192.168.1.100
23:38:32.078 Friday, February 04, 2005 EVENT: Dev: 203 Disconnect Pld1: 192.168.1.100
23:38:32.078 Friday, February 04, 2005 EVENT: Dev: 203 Incorrect Password Pld1: 192.168.1.100
23:38:32.078 Friday, February 04, 2005 EVENT: Dev: 203 Incoming connection Pld1: 192.168.1.100
Rob H
February 4th, 2005, 03:42 PM
In Girder go to File|Settings then select the Internet Event Server plugin and press the settings button.
mikeythemikey
February 4th, 2005, 03:47 PM
23:46:16.140 Friday, February 04, 2005 EVENT: Dev: 203 NRCLIENT.REGISTER Pld1: 192.168.1.100 Pld2: 30000
23:46:16.140 Friday, February 04, 2005 LUA: return main
23:46:16.140 Friday, February 04, 2005 LUA: --> return Lua GirderRegisterNRClient global
23:46:16.140 Friday, February 04, 2005 LUA: --> --> return Lua Register field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return Lua SyncState field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> call Lua SyncState field
23:46:16.140 Friday, February 04, 2005 PRINT: Connected
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return C receive field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> call C receive field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return C send field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> call C send field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return C receive field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> call C receive field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return C send field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> call C send field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return C timeout field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> call C timeout field
23:46:16.140 Friday, February 04, 2005 LUA: --> --> --> return C connect global
23:46:16.125 Friday, February 04, 2005 LUA: --> --> --> call C connect global
23:46:16.125 Friday, February 04, 2005 PRINT: Registering 192.168.1.100:30000
23:46:16.125 Friday, February 04, 2005 LUA: --> --> call Lua Register field
23:46:16.125 Friday, February 04, 2005 LUA: --> call Lua GirderRegisterNRClient global
23:46:16.125 Friday, February 04, 2005 LUA: call main
23:46:16.125 Friday, February 04, 2005 LUA EVENTS: 'Name' type event processing using: 'GirderRegisterNRClient'
23:46:16.125 Friday, February 04, 2005 EVENT: Dev: 203 Accepted connection Pld1: 192.168.1.100
Rob H
February 4th, 2005, 03:56 PM
Okay, in the logger window, press the LUA button and turn off the first check box. Make sure that the two 'Usurp' checkboxes are ticked.
mikeythemikey
February 4th, 2005, 03:57 PM
Thanks for this by the way :)
23:57:29.296 Friday, February 04, 2005 EVENT: Dev: 203 NRCLIENT.REGISTER Pld1: 192.168.1.100 Pld2: 30000
23:57:29.296 Friday, February 04, 2005 PRINT: Connected
23:57:29.296 Friday, February 04, 2005 PRINT: Registering 192.168.1.100:30000
23:57:29.281 Friday, February 04, 2005 LUA EVENTS: 'Name' type event processing using: 'GirderRegisterNRClient'
23:57:29.281 Friday, February 04, 2005 EVENT: Dev: 203 Accepted connection Pld1: 192.168.1.100
23:57:29.265 Friday, February 04, 2005 EVENT: Dev: 203 Incoming connection Pld1: 192.168.1.100
23:57:27.859 Friday, February 04, 2005 EVENT: Dev: 203 Disconnect Pld1: 192.168.1.100
23:57:27.828 Friday, February 04, 2005 EVENT: Dev: 203 Pld1: 192.168.1.100
Rob H
February 4th, 2005, 04:02 PM
How are you running NetRemote? From it's own icon or from Tonto?
It doesn't look as though the LUA file is working.
mikeythemikey
February 4th, 2005, 04:04 PM
im running it from its own shortcut.. ill try putting in the original gml file again..
Rob H
February 4th, 2005, 04:08 PM
Try this CCF instead, it's a lot simpler than the one included in ldj0.27. It's not finished yet mind you.
mikeythemikey
February 4th, 2005, 04:09 PM
Ok, i ran the clean gml file in again, and get the following..
00:07:43.296 Saturday, February 05, 2005 EVENT: Dev: 203 NRCLIENT.REGISTER Pld1: 192.168.1.100 Pld2: 30000
00:07:43.296 Saturday, February 05, 2005 PRINT: Connected
00:07:43.296 Saturday, February 05, 2005 PRINT: Registering 192.168.1.100:30000
00:07:43.296 Saturday, February 05, 2005 LUA EVENTS: 'Name' type event processing using: 'GirderRegisterNRClient'
00:07:43.281 Saturday, February 05, 2005 EVENT: Dev: 203 Accepted connection Pld1: 192.168.1.100
00:07:43.250 Saturday, February 05, 2005 EVENT: Dev: 203 Incoming connection Pld1: 192.168.1.100
I wonder if i have all the dirs set correctly.. I can see info coming back when i move the slider, just no movie jackets.
mikeythemikey
February 4th, 2005, 04:11 PM
00:11:27.390 Saturday, February 05, 2005 PRINT: Filter type is genres
00:11:27.390 Saturday, February 05, 2005 PRINT: in refresh_filter - count = 2
00:11:27.375 Saturday, February 05, 2005 EVENT: Dev: 203 LDJ.SELECTNAMEDFILTER Pld1: 192.168.1.100 Pld2: Genre
00:11:27.375 Saturday, February 05, 2005 EVENT: Dev: 203 LDJ.SetZoomPlayerLocation Pld1: 192.168.1.100 Pld2: WILLOW
00:11:27.203 Saturday, February 05, 2005 PRINT: Rebuilding images for clientAddress 192.168.1.100
00:11:27.203 Saturday, February 05, 2005 PRINT: Filter type is genres
00:11:27.187 Saturday, February 05, 2005 PRINT: in refresh_filter - count = 2
00:11:27.187 Saturday, February 05, 2005 PRINT: Sorting Tag..
00:11:27.187 Saturday, February 05, 2005 PRINT: Tag: None
00:11:27.187 Saturday, February 05, 2005 PRINT: Extracting unique Tag types...
00:11:27.187 Saturday, February 05, 2005 PRINT: Sorting Film Era..
00:11:27.187 Saturday, February 05, 2005 PRINT: Film Era: Unknown
00:11:27.187 Saturday, February 05, 2005 PRINT: Extracting unique Film Era types...
00:11:27.187 Saturday, February 05, 2005 PRINT: Sorting Language..
00:11:27.187 Saturday, February 05, 2005 PRINT: Language: Unknown
00:11:27.187 Saturday, February 05, 2005 PRINT: Extracting unique Language types...
00:11:27.187 Saturday, February 05, 2005 PRINT: Sorting DVD Media..
00:11:27.187 Saturday, February 05, 2005 PRINT: DVD Media: IFO
00:11:27.187 Saturday, February 05, 2005 PRINT: Extracting unique DVD Media types...
00:11:27.187 Saturday, February 05, 2005 PRINT: Sorting Genre..
00:11:27.187 Saturday, February 05, 2005 PRINT: Genre: None
00:11:27.187 Saturday, February 05, 2005 PRINT: Extracting unique Genre types...
00:11:27.171 Saturday, February 05, 2005 PRINT: UpdateConfiguration called
00:11:27.171 Saturday, February 05, 2005 PRINT: Set title max lengthto 93 for clientAddress 192.168.1.100
00:11:27.171 Saturday, February 05, 2005 PRINT: Set thumbnail height to 95 for clientAddress 192.168.1.100
00:11:27.171 Saturday, February 05, 2005 PRINT: Set cover height to 256 for clientAddress 192.168.1.100
00:11:27.171 Saturday, February 05, 2005 PRINT: Set number of filters per page to 9 for clientAddress 192.168.1.100
00:11:27.171 Saturday, February 05, 2005 PRINT: Set number of titles per page to 6 for clientAddress 192.168.1.100
00:11:27.171 Saturday, February 05, 2005 PRINT: Set number of thumbnails per page to 6 for clientAddress 192.168.1.100
00:11:27.171 Saturday, February 05, 2005 PRINT: 93
00:11:27.171 Saturday, February 05, 2005 PRINT: Got param
00:11:27.171 Saturday, February 05, 2005 PRINT: 95
00:11:27.171 Saturday, February 05, 2005 PRINT: Got param
00:11:27.171 Saturday, February 05, 2005 PRINT: 256
00:11:27.171 Saturday, February 05, 2005 PRINT: Got param
00:11:27.171 Saturday, February 05, 2005 PRINT: 9
00:11:27.171 Saturday, February 05, 2005 PRINT: Got param
00:11:27.171 Saturday, February 05, 2005 PRINT: 6
00:11:27.171 Saturday, February 05, 2005 PRINT: Got param
00:11:27.171 Saturday, February 05, 2005 PRINT: 6
00:11:27.171 Saturday, February 05, 2005 PRINT: Got param
00:11:27.171 Saturday, February 05, 2005 PRINT: Params=6,6,9,256,95,93,
00:11:27.171 Saturday, February 05, 2005 PRINT: Client=192.168.1.100
00:11:27.156 Saturday, February 05, 2005 EVENT: Dev: 203 LDJ.Configure Pld1: 192.168.1.100 Pld2: 6,6,9,256,95,93,
00:11:26.953 Saturday, February 05, 2005 EVENT: Dev: 203 NRCLIENT.REGISTER Pld1: 192.168.1.100 Pld2: 30000
00:11:26.937 Saturday, February 05, 2005 PRINT: Connected
00:11:26.937 Saturday, February 05, 2005 PRINT: Registering 192.168.1.100:30000
00:11:26.937 Saturday, February 05, 2005 LUA EVENTS: 'Name' type event processing using: 'GirderRegisterNRClient'
00:11:26.921 Saturday, February 05, 2005 EVENT: Dev: 203 Accepted connection Pld1: 192.168.1.100
00:11:26.906 Saturday, February 05, 2005 EVENT: Dev: 203 Incoming connection Pld1: 192.168.1.100
00:11:25.984 Saturday, February 05, 2005 EVENT: Dev: 203 Disconnect Pld1: 192.168.1.100
00:11:25.937 Saturday, February 05, 2005 EVENT: Dev: 203 Pld1: 192.168.1.100
Rob H
February 4th, 2005, 04:14 PM
That's far more promising.
Do you see the covers now?
mikeythemikey
February 4th, 2005, 04:19 PM
nope, i see a dvd image, i think its the one when no cover is found, i can click it and it zooms, the info button returns a blank screen, hitting play throws a didnt find device on the client running net remote, but on the remote pc, it fires up zoomplayer and runs troy. :)
Rob H
February 4th, 2005, 04:21 PM
Okay, we're making progress.
I bet you haven't installed IrfanView.
mikeythemikey
February 4th, 2005, 04:24 PM
yep, thats installed :)
Rob H
February 4th, 2005, 04:37 PM
Okay, can you take a look at
c:\documents and settings\<username>\Local Settings\temp\ldj-cache
Where <username> is the one that you log in with.
I think that's the right path - it's moved in a (hopefully) later version to
c:\documents and settings\<username>\Application Data\LDJ\Images
You should find some image files in there
mikeythemikey
February 4th, 2005, 04:40 PM
nothing in there, just a batch file:
@echo off
echo Resizing images
"C:\Program Files\Irfanview\i_view32.exe" /killmesoftly
Rob H
February 4th, 2005, 04:44 PM
D'oh!
I can't believe I didn't spot it before!
In LDJConfig.lua - you are pointing at the wrong DVDProfiler directory.
For historical reasons (while I was running the beta) I had the default set to point to the beta directory. Change that entry to point to the correct path and it should work.
mikeythemikey
February 4th, 2005, 04:50 PM
Ok, now it looks like this:
LDJ_Config = {}
-- Scan these directories for media files - don't forget to double up backslashes
LDJ_Config.Dirs_To_Scan = {"D:\\Movies\\",
}
-- Look for covers in this directory if not found along with the media files
-- Don't forget the trailing \\
LDJ_Config.Covers_Dir = "C:\\Program Files\\InterVocative Software\\DVD Profiler\\IMAGES\\"
-- DVD Profiler settings (Don't forget to double the '\'s)
LDJ_Config.DVDProfilerXMLFile = "C:\\collection.xml"
LDJ_Config.DVDProfilerImagesDir = "C:\\Program Files\\InterVocative Software\\DVD Profiler\\IMAGES\\"
Rob H
February 4th, 2005, 04:52 PM
Still no luck?
mikeythemikey
February 4th, 2005, 04:57 PM
nah, it just shows the black dvd cover..
i read something about names having to tie up.. does the image need to be called troy.jpg? or the directory need to be named the same as the image file? or does it work out from the xml using the code and title?
Rob H
February 4th, 2005, 05:00 PM
Good point - the directory needs to be named the same as the name of the DVD in DVD Profiler for them to tie up. I should have thought of that before - I blame Grolsch for the oversight :)
For films with 'illegal' characters in the title, you can substitute a '-' or '.' in the directory name.
mikeythemikey
February 4th, 2005, 05:09 PM
not getting anywhere, ive tried renaming d:\movies\troy
d:\movies\troy- 2 disc edition
d:\movies\big fish
d:\movies\321900284110.4f
nothin
Rob H
February 4th, 2005, 05:19 PM
The only entry I can see in DVD Profiler that comes close is
Troy: 2-Disc Edition
Try calling the directory
troy- 2-disc edition
Assuming that matches the entry in DVD Profiler.
If that doesn't work, then you may want to wait for the release of the next version of LDJ which should be some time this weekend. You might have hit one of the bugs that I fixed - I don't usually use IFO files, I tend to go for ISO images instead.
I can't see why Big Fish would fail though. That should be straightforward enough.
mikeythemikey
February 5th, 2005, 01:46 AM
nah, its not having it :(
I appreciate all your help, youre a gent.
mikeythemikey
February 5th, 2005, 04:26 PM
Ok, I rebuilt my pc today, zoom now works (i think) with ffdshow and wmp10 doesnt crash with media bridge.. so good.
I have set everything back up, and here is what the logger reports, I just cant get the images to show.. not sure what to do..
00:23:06.109 Sunday, February 06, 2005 EVENT: Dev: 18 NetRemote.Loaded Pld1: 0.06
00:23:06.109 Sunday, February 06, 2005 PRINT: Done... (Found 1 DVDs)
00:23:06.109 Sunday, February 06, 2005 PRINT: Sorting Titles..
00:23:06.109 Sunday, February 06, 2005 PRINT: No file and file_type for title Troy
00:23:06.093 Sunday, February 06, 2005 PRINT: DVDCollection.length = 1
00:23:06.093 Sunday, February 06, 2005 PRINT: Loading DVD collection
00:23:06.093 Sunday, February 06, 2005 PRINT: Extracting DVDs from DVD-Profiler..
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_8.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_7.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_6.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_5.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_4.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_3.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_2.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_1.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_0.VOB"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_0.IFO"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VTS_01_0.BUP"
00:23:06.093 Sunday, February 06, 2005 PRINT: Analysing "VIDEO_TS.VOB"
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "VIDEO_TS.IFO"
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "VIDEO_TS.BUP"
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing ".."
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "."
00:23:06.078 Sunday, February 06, 2005 PRINT: Reading: E:\Movies\Troy\VIDEO_TS\
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing ".."
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "."
00:23:06.078 Sunday, February 06, 2005 PRINT: Reading: E:\Movies\Troy\
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "Troy.jpg"
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing ".."
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "."
00:23:06.078 Sunday, February 06, 2005 PRINT: Reading: E:\Movies\Jackets\
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing ".."
00:23:06.078 Sunday, February 06, 2005 PRINT: Analysing "."
00:23:06.078 Sunday, February 06, 2005 PRINT: Reading: E:\Movies\
00:23:06.078 Sunday, February 06, 2005 PRINT: Scanning directories for DVDs..
00:23:06.078 Sunday, February 06, 2005 LUA EVENTS: 'Name' type event processing using: 'LDJDelayedScan'
00:23:06.078 Sunday, February 06, 2005 EVENT: Dev: 18 GirderEnable
00:23:06.078 Sunday, February 06, 2005 LUA EVENTS: 'Built-in' type event processing complete
00:23:06.078 Sunday, February 06, 2005 PRINT: LOAD
00:23:06.078 Sunday, February 06, 2005 LUA EVENTS: Added 'Name' type event processing using: 'GirderRegisterNRClient'
00:23:06.078 Sunday, February 06, 2005 PRINT: Loading NetRemote Feedback.lua
00:23:06.078 Sunday, February 06, 2005 LUA EVENTS: Executing: C:\Program Files\girder\LUA\NetRemote Feedback.lua
00:23:06.078 Sunday, February 06, 2005 LUA EVENTS: Added 'Name' type event processing using: 'LDJDelayedScan'
00:23:06.031 Sunday, February 06, 2005 PRINT: Loaded LDJClient
00:23:06.031 Sunday, February 06, 2005 PRINT: Loaded LDJConfig
00:23:06.031 Sunday, February 06, 2005 PRINT: Loading LUADVDJB.lua
00:23:06.015 Sunday, February 06, 2005 LUA EVENTS: Executing: C:\Program Files\girder\LUA\LUADVDJB.lua
00:23:06.015 Sunday, February 06, 2005 LUA EVENTS: 'Built-in' type event processing using: 'C:\Program Files\girder/LUA/*.LUA'
00:23:06.015 Sunday, February 06, 2005 EVENT: Dev: 18 GirderOpen
Rob H
February 5th, 2005, 04:34 PM
As a temporary work around, try renaming Troy.jpg as Cover.jpg and put it in the Troy\VIDEO_TS directory
I'm hoping to release a new version of LDJ tomorrow.
mikeythemikey
February 5th, 2005, 04:40 PM
nah, its still showing the no cover image..
what does this bit mean.. 00:23:06.109 Sunday, February 06, 2005 PRINT: No file and file_type for title Troy
I cant view any details on the i button of your ccf either.
Rob H
February 5th, 2005, 04:47 PM
Hmm... that's surprising - I'd missed that. Looks as though it isn't tying up the DVD Profiler entry to the file for some reason. I've probably fixed it in a later version. When I released it I was mostly using MPGs and AVIs and DVDs in a changer rather than ripped DVDs.
Best to wait for tomorrow's release.
The 'i' button doesn't do anything yet - that's an incomplete version of the CCF. (Note to self - implement overviews before release)
Rob H
February 5th, 2005, 04:48 PM
Oh, one other thing that I forgot earlier - it makes it a lot easier if you have the logger add new entries to the bottom rather than the top.
mikeythemikey
February 5th, 2005, 04:53 PM
ok, will wait till tomorrow.. ill switch the logger around.. cheers.
mikeythemikey
February 5th, 2005, 05:05 PM
one last odd thing.. its showing 2 troy covers, even though the second rip is school of rock
Powered by vBulletin® Version 4.1.8 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.