[Mythbuntu-bugs] [Bug 596251] Re: mythexport does not keep Userjob open until ffmpeg transcode is complete

2010-09-29 Thread John Baab
** Changed in: mythexport (Ubuntu)
   Status: In Progress => Fix Committed

-- 
mythexport does not keep Userjob open until ffmpeg transcode is complete
https://bugs.launchpad.net/bugs/596251
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythexport in ubuntu.

Status in “mythexport” package in Ubuntu: Fix Committed

Bug description:
Binary package hint: mythexport

When adding a recording to the job queue mythexport reports the job as started 
und finished at the same second.

/var/log/mythtv/mythbackend.log
[..]
2010-06-05 23:19:45.290 JobQueue: Started AVI MPEG4QSCALE3 CP2 for 
"Supernatural" recorded from channel 18501 at Mon May 31 23:05:00 2010
2010-06-05 23:19:45.298 jobqueue: Job "AVI MPEG4QSCALE3 CP2" Started: Started 
AVI MPEG4QSCALE3 CP2 for "Supernatural" recorded from channel 18501 at Mon May 
31 23:05:00 2010
2010-06-05 23:19:45.341 ProgramInfo(): Updated pathname '':'' -> 
'18501_20100531230500.mpg'
2010-06-05 23:19:45.566 MainServer::ANN Monitor
2010-06-05 23:19:45.566 adding: obelix as a client (events: 0)
2010-06-05 23:19:45.611 JobQueue: Finished AVI MPEG4QSCALE3 CP2 for 
"Supernatural" recorded from channel 18501 at Mon May 31 23:05:00 2010.
2010-06-05 23:19:45.613 jobqueue: Job "AVI MPEG4QSCALE3 CP2" Finished: Finished 
AVI MPEG4QSCALE3 CP2 for "Supernatural" recorded from channel 18501 at Mon May 
31 23:05:00 2010.
[..]

There is no starting and finishing entry in the /var/log/mythtv/mythexport.log
[..]
June  5 23:20:34 obelix /usr/bin/mythexport-daemon[1227]: Exporting 
/var/lib/mythtv/mythexport/ProSieben-Supernatural--20100531230500.avi
[..]

But the job runs and finishes correctly, if mythshutdown does not shutdown 
automatically :-(

Description:Ubuntu 10.04 LTS
Release:10.04
mythexport:
  Installiert: 2.1.5-0ubuntu1
  Kandidat: 2.1.5-0ubuntu1
  Versions-Tabelle:
 *** 2.1.5-0ubuntu1 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mythexport 2.1.5-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Jun 19 14:16:17 2010
ProcEnviron:
 LANGUAGE=de_DE:de
 PATH=(custom, user)
 LANG=C
 SHELL=/bin/bash
SourcePackage: mythexport





___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Mythbuntu-bugs] [Bug 598439] Re: mythexport generates names like ---20100418192800 and thus fails ffmpeg.

2010-09-29 Thread John Baab
** Changed in: mythexport (Ubuntu)
   Status: In Progress => Fix Committed

-- 
mythexport generates names like ---20100418192800 and thus fails ffmpeg.
https://bugs.launchpad.net/bugs/598439
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythexport in ubuntu.

Status in “mythexport” package in Ubuntu: Fix Committed

Bug description:
Binary package hint: mythexport

Running user jobs from myth frontend run, but the same jobs won't run from 
mythexport.
By line 230 it has the right name, by line 430 it has lost channame, title, 
subtitle and currentstarttime and producs --- as the name which in turn borks 
ffmpeg and errors out.

I have logs to show this where I have added some additional logdebug() lines to 
help narrow it down but don't understand the script (nor perl) well enough to 
work out the problem.



___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Mythbuntu-bugs] [Bug 647908] Re: Too many OTG selections causes daemon to crash

2010-09-29 Thread John Baab
** Changed in: mythexport (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Too many OTG selections causes daemon to crash
https://bugs.launchpad.net/bugs/647908
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythexport in ubuntu.

Status in “mythexport” package in Ubuntu: Fix Committed

Bug description:
Binary package hint: mythexport

I selected 11 recordings to be exported with OTG (On The Go) via the web 
interface. However, the 'param' column in the mythexport_job_queue table did 
not have enough characters to hold the resulting insert. Querying the table 
showed the following in the param column:

chanid=1211|1211|1211|1211|1211|1211|1211|1211|1213|1213|1211&starttime=2009-12-21
 08:00:00|2010-09-10 08:00:00|2010-09-02 08:00:00|2009-11-30 
08:00:00|2010-09-03 08:00:00|2009-12-16 08:00:00|2009-12-04 08:00:00|2009-11-27 
08:00:00|2009-12-01 19:00:00|201

With the date cut off, and no room for the path, the daemon crashes, displaying 
the following:


September 25 18:14:50 Typhoon /usr/bin/mythexport-daemon[20845]: Starting 
Processing:  1285452890
September 25 18:14:50 Typhoon /usr/bin/mythexport-daemon[20845]: ERROR: 
Directory  is not writeable.
 at line 157 in /usr/bin/mythexport-daemon
Can't use an undefined value as a symbol reference at 
/usr/bin/mythexport-daemon line 167.

Notice the error prints a blank variable after the word "Directory".

I assume a resolution is to warn on the frontend, and/or make the field larger.



___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp


[Mythbuntu-bugs] [Bug 596242] Re: mythvideo does not find files with german Umlaut (äöü)

2010-09-29 Thread pjw
I don't have this problem and I have lots of AVI-Files for mythvideo
with german umlauts. All are displayed and played. No LC_ALL is set. Is
it solved in QT** as someone in the other discussion said it could be a
QT issue?  It could also be a filesystem issue. I used first ext4 and
now xfs for the videos, both without naming problems.

I use mythbuntu as backend/frontend and another frontend on a plain
ubuntu 10.04 with the locations of the files mounted with sshfs.

On both machines are:
$ dpkg -l mythtv-frontend mythvideo libqtcore4 linux-image-2.6.32-25-generic | 
less
ii  mythtv-frontend 0.23.0+fixes24158-0ubuntu2 A personal video 
recorder application (client)
ii  mythvideo 0.23.0+fixes24104-0ubuntu2  A generic video 
player frontend module for Myt
ii  libqtcore4 4:4.6.2-0ubuntu5.1Qt 4 core 
module
ii  linux-image-2.6.32-25-generic 2.6.32-25.44  Linux kernel image for 
version 2.6.32 on x86

$ locale
LANG=de_CH.UTF-8
LC_CTYPE="de_CH.UTF-8"
...
LC_IDENTIFICATION="de_CH.UTF-8"
LC_ALL=

What QT-Version do you have? Is the problem still there without the fix
above?

-- 
mythvideo does not find files with german Umlaut (äöü)
https://bugs.launchpad.net/bugs/596242
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to mythplugins in ubuntu.

Status in “mythplugins” package in Ubuntu: New

Bug description:
Binary package hint: mythplugins

When searching for new video files in mythvideo the following file was not 
recognized.

  "Bibi und Tina 4x04 Gestüt Szendrö in Gefahr.avi"

When changing the "ö" to "oe" and the "ü" to "ue", for example with a soft 
link, ...

  $ ln -s Bibi\ und\ Tina\ 4x04\ Gestüt\ Szendrö\ in\ Gefahr.avi Bibi\ und\ 
Tina\ 4x04\ Gestuet\ Szendroe\ in\ Gefahr.avi

...the link is recognized and the file can be played in mythvideo.

Description:Ubuntu 10.04 LTS
Release:10.04
mythvideo:
  Installiert: 0.23.0+fixes24104-0ubuntu2
  Kandidat: 0.23.0+fixes24104-0ubuntu2
  Versions-Tabelle:
 *** 0.23.0+fixes24104-0ubuntu2 0
500 http://de.archive.ubuntu.com/ubuntu/ lucid/multiverse Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mythvideo 0.23.0+fixes24104-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Jun 19 13:23:22 2010
Installed_mythplugins-dbg: 0.23.0+fixes24104-0ubuntu2
Installed_mythtv-dbg: 0.23.0+fixes24158-0ubuntu2
ProcEnviron:
 LANGUAGE=de_DE:de
 PATH=(custom, user)
 LANG=C
 SHELL=/bin/bash
SourcePackage: mythplugins



___
Mailing list: https://launchpad.net/~mythbuntu-bugs
Post to : mythbuntu-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mythbuntu-bugs
More help   : https://help.launchpad.net/ListHelp