← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1010080] Re: Mythexport file URLs missing part of the file extension

 

This is the result of the query for one recording. Sorry if the format
is not right - I'm not good at consoles so it's an export from
myphpadmin:

"Rejseholdet (3:32)","Dansk dramaserie fra 2000.","Serie Dansk
dramaserie fra 2000. Det lykkes Fischer og la Cour at få fat fat i
rockerlederen Grue, som kører rundt med et oversavet jagtgevær, der
svarer til mordvåbnet - men den afsløring, der følger er ikke, hvad
de har ventet. Ingrid vender tilbage og har en plan, som hverken passer
Ulf eller den lokale politimester. Fischer får uventet hjælp, da han
kommer i voldsomt klammeri med et par mistænkte, og la Cour finder et
afgørende spor. IP lider jalousiens kvaler, mens noget er undervejs
mellem Gaby og Johnny Olsen.    Medvirkende: Ingrid Dahl: Charlotte
Fich. IP: Waage Sandø. La Cour: Lars Brygmann. Fischer: Mads Mikkelsen.
Gaby: Trine Pallesen. Ulf Thomsen: Erik Wedersøe. Johnny Olsen: Lars
Bom. Endvidere medvirker: Mikkel Vadsholt, Sarah Boberg, Timm Vladimir,
Claus Bue, Niels Olsen, Lisbet Lundquist, Sebastian V. Ottensten, Claus
Nissen m.fl.  Manuskript: Iben Gylling og Peter Thorsboe. Instruktion:
Niels Arden Oplev. Foto: Lars Vestergaard, dff. Scenografi: Kirsten
Koch..... Features: TTV, S, (G),
16:9",NULL,NULL,,"1001_20120603195800.mpg","2012-06-03 19:58:00"

I had the same behaviour for all recordings - all had the ".m" extension
in the XML podcast as well as in all other links in the web interface.
The only actual example of the bad references I have left is this from
another recording (I deleted the useless files):

<enclosure length="" url="http://*host-IP*/mythexport/video/TV-2
-Desperate_Housewives_86_-Amerikansk_dramaserie_-2012060412.m"
type="video/mpeg" />

My count was incorrect - the filename is 63 + 2 for the extension, but
after the change I get valid file references - not sure if it breaks
something else, though...

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythexport in Ubuntu.
https://bugs.launchpad.net/bugs/1010080

Title:
  Mythexport file URLs missing part of the file extension

Status in “mythexport” package in Ubuntu:
  Confirmed

Bug description:
  MythExport creates files with .m4v extension. When the filenane is
  long it is truncated to 63 chars + the extension.

  However, the links are truncated to 63 characters including extension.

  I have experimentally changed the daemon script (line 424) from
      my $x = 63 - $extension;
  to
      my $x = 61 - $extension;
  which seems to solve the issue.

   mythexport-daemon v2.2.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythexport/+bug/1010080/+subscriptions


References