Recordings not adding episode name to filename (1 Viewer)

Marky Mark

Portal Member
May 18, 2005
35
0
MediaPortal Version: tvengine3-01-07-2007--02-13h--Rev12537
Windows Version: XP SP2
CPU Type: AMD Opteron
HDD: Maxtor 200Gb IDE
Memory: 4GB
Motherboard: Supermicro
1. TV Card: DVB-T Conexant BDA
1. TV Card Type: DVB-T
1. TV Card Driver: BDA

Using the following parameters for recording filename:

%title%\%title%_%startyear%_%startmonth%_%startday%_%name%

The title and date tags resolve fine, but the filename always has %name% on the end.

I am using XMLTV to download the guide and checked that the episode name is present in the TVGuide.XML file.

Using the same parameters on MP 0.2.1 (standalone) works fine, putting the episode name at the end of the filename. If the episode name is not present in the TVGuide.XML file it puts 'unknown' at the end of the filename. Therefore I think that the %name% tags is not being processed correctly.

Please let me know if any log or xml files would be useful -0 I had a quick look, but could not see any obvious errors.
 

skiingwiz

Portal Member
August 21, 2006
6
1
I'm having the same problem. %title% and the date/time variables seem to work fine. %name%, %episode%, %part%, and %series% don't seem to work for me. At least %episode% and %name% are in the XMLTV guide data.

MediaPortal Version: SVN rev 12618
MediaPortal Skin: BlueTwo
Windows Version: Windows XP SP2
CPU Type: AMD Athlon64 2800+
HDD: 74GB, 10,000rpm, WD [OS] | 200GB WD, 2x400GB Samsung [Video Storage]
Memory: 1GB DDR
Motherboard: Asus K8VSE
Motherboard Chipset: VIA K8T800
Video Card: ATi All-in-Wonder 9600
Video Card Driver: 6.14.10.6462
Sound Card: SoundMax Integrated
Sound Card AC3: no AC3
Sound Card Driver: 5.12.1.3713
1. TV Card: Hauppage WinTV PVR500
1. TV Card Type: analog
1. TV Card Driver: 5.0.43.24054
 

skiingwiz

Portal Member
August 21, 2006
6
1
I downloaded the source and had a quick look. It appears that in TVLibrary\TvService\Scheduler\RecordingDetail.cs in MakeFileName(string), the lines that do the replace on the 4 variables that I mentioned above are commented out. That would explain why those variables don't work. ;)


MediaPortal Version: SVN rev 12618
MediaPortal Skin: BlueTwo
Windows Version: Windows XP SP2
CPU Type: AMD Athlon64 2800+
HDD: 74GB, 10,000rpm, WD [OS] | 200GB WD, 2x400GB Samsung [Video Storage]
Memory: 1GB DDR
Motherboard: Asus K8VSE
Motherboard Chipset: VIA K8T800
Video Card: ATi All-in-Wonder 9600
Video Card Driver: 6.14.10.6462
Sound Card: SoundMax Integrated
Sound Card AC3: no AC3
Sound Card Driver: 5.12.1.3713
1. TV Card: Hauppage WinTV PVR500
1. TV Card Type: analog
1. TV Card Driver: 5.0.43.24054
 

Marky Mark

Portal Member
May 18, 2005
35
0
I have updated to the latest SVN, but this still does not work - is it simply a case of uncommenting the code, or is there more to it than that?
 

skiingwiz

Portal Member
August 21, 2006
6
1
Unfortunately, no. I looked further into it and this information is not yet being stored in the database. So what has to happen is this:

1. Update the database schema to incude the approriate information
2. Update the EPG providers (XmlTv, Zap2It) to put this information into the database
3. Uncomment those lines.
 

rtv

Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    The DB schema is updated - I'll see if we can add support for those tags.
     

    jez

    Portal Member
    November 5, 2008
    29
    0
    Melbourne
    Home Country
    The DB schema is updated - I'll see if we can add support for those tags.
    Did this ever get added to the schema? I'm using RC3 and the schema doesn't appear to have "episode name" in it. Certainly the filenames still get %name% in them. I haven't seen anything about this in the change logs up to the latest (1.0.1) version.
     

    Users who are viewing this thread

    Top Bottom