2005-11-14, 08:46 PM
I have made it a bit simpler. I was trying to do too much with the GUI.
Now it just pops up and asks you for the folder you want to import, then generates a recordings.xml file in that folder.
For the moment i have put "BBC1" into the channel field of the xml, as i'm not really sure what it's used for.
Personally i don't really take much notice of what channel a program has come from when i watch it!
If anyone else is interested the format of the xml i am using, it's as follows :-
Perhaps sub could enlighten me on the use of the channel part.
And also on how to import season recordings. As that would be nice to avoid missing anything that appears while on holiday.
I have tested it by creating a few empty mpg files in a test directory structure and it seems ok. I will be testing it out for real when all my recordings have copied over to my new server.
Now it just pops up and asks you for the folder you want to import, then generates a recordings.xml file in that folder.
For the moment i have put "BBC1" into the channel field of the xml, as i'm not really sure what it's used for.
Personally i don't really take much notice of what channel a program has come from when i watch it!
If anyone else is interested the format of the xml i am using, it's as follows :-
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<recordings>
[INDENT]<recording>
[INDENT]<filename></filename>
<channel></channel>
<status></status>
<startTime></startTime>
<endTime></endTime>[/INDENT]
</recording>[/INDENT]</recordings>
Perhaps sub could enlighten me on the use of the channel part.
And also on how to import season recordings. As that would be nice to avoid missing anything that appears while on holiday.
I have tested it by creating a few empty mpg files in a test directory structure and it seems ok. I will be testing it out for real when all my recordings have copied over to my new server.
GBPVR: v0.99.5
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility
Server: Athlon64 X2 3800+, 2GB Memory, 1480GB Storage, 6 DVB-T Tuners (2 x Nova-T 500 PCI, 2 x Nova-T PCI)
HTPC: Athlon64 3000+, 1GB Memory, 80GB Storage, Blackgold GDI DVB-T Tuner, Ahanix MCE-302 Case, MSI K8NGM2-FID motherboard
Main TV: Toshiba 42WLT66 LCD
Media Playback: 2 x MVP (wired)
Homepage: http://www.sixgun.co.uk/
Author of MpegImport utility