← Back to team overview

mythbuntu-bugs team mailing list archive

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

 

Public bug reported:

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

** Affects: mythexport (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References