FS#42997 - [morituri] rip fails with profile 'wavpack'

Attached to Project: Community Packages
Opened by Eivind (mokkurkalve) - Wednesday, 03 December 2014, 23:20 GMT
Last edited by Doug Newgard (Scimmia) - Friday, 27 January 2017, 14:09 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

I've set up morituri so it works with default settings producing flac files running "rip cd rip".
"rip cd rip --profile=wav" also works outputting wav files. But "rip cd rip --profile=wavpack" fails outputting lines like:

Ripping track 1 of 12: 01. Björk - Human Behaviour.wv
Ripping track 1 of 12 (try 2): 01. Björk - Human Behaviour.wv
Ripping track 1 of 12 (try 3): 01. Björk - Human Behaviour.wv
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/morituri/extern/task/task.py", line 511, in c
callable(*args, **kwargs)
File "/usr/lib/python2.7/site-packages/morituri/extern/task/gstreamer.py", line 150, in stop
self.stopped()
File "/usr/lib/python2.7/site-packages/morituri/common/encode.py", line 332, in stopped
if self._duration:
AttributeError: 'EncodeTask' object has no attribute '_duration'
Ripping track 1 of 12 (try 4): 01. Björk - Human Behaviour.wv

And that first track never gets ripped, it doesn't get any further. I don't know if his is Arch related or not, and I've reported it upstream:
https://thomas.apestaart.org/morituri/trac/ticket/157

I've got all optionals dependencies installed, like all the gstreamer0.10 plugins (the good, the bad and the ugly)



Additional info:
* package version(s)

0.2.3-1

* config and/or log files etc.

I can add the debug log here, as the file size limit permits it, which it didn't at the trac.


Steps to reproduce:

run "rip cd rip --profile=wavpack"

This task depends upon

Closed by  Doug Newgard (Scimmia)
Friday, 27 January 2017, 14:09 GMT
Reason for closing:  Won't fix
Additional comments about closing:  Removed from the repos
Comment by Felix Yan (felixonmars) - Friday, 23 October 2015, 02:36 GMT
This does look like an upstream issue to me.

Loading...