2005-02-28, 01:34 PM
[b Wrote:Quote[/b] (KingArgyle @ Feb. 28 2005,01:08)]Here is a version of the source code that can be run without requiring the RecordingUtils.dll file. Â One of the main methods that the RenameRecording.exe used changed, and was causing problems. Â So I moved the small portion that deals with Datbases into the code itself. Â I've only included source here. Â I'll try and get and update on the Wiki tomorrow.I see that you have line of code referring to Star Trek with the difference being a ":" Did you figure out that that is the problem with STNG not working with rename? It would make sense, because one other thing that didn't work for me was
Note: I've hard coded the path to the GBPVR database, because I needed a quick a dirty test. Â It's been busted for the last several days, and I finally became annoyed enough to fix it. Â Once I had this working, it was hard for me to not have it still working. Â Also, Pioneer your fix for the Comskip should be included in this version as well. Â
Again, this is only source code, and not the executable. Â You'll need a C# compiler to get it to work.
"Metropolis: The Power of Cities". I honestly couldn't figure out your code on that part, but the ":" did seem like the item you were catching, but it seemed like it would add it not remove it. I really only understand Basic, but code is code, logic wise. And I can look things up.
Also one of the things I changed was
if (!File.Exists(newFile)) {
archEp.updateScheduleTitle(program.getOID(), newFile);
File.Move(args[0], newFile);
}
I think the program was updating the database, even if the file name existed. I haven't tested that part, and what I was thinking of doing was, if it existed, adding a "_2" or something to the end.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.