Audio Convert script does not include codecs as dependencies or recommendations
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
audio-convert (Ubuntu) |
New
|
Low
|
Unassigned |
Bug Description
This is a nice package, simple enough to install, but unusable by less technically aware people.
The package installs without checking for any installed codecs, so the script is useless on a normal install of Jaunty.
One has to read the content of the script itself and install the mentioned dependencies, some of which have changed names since the script was created in 2005 (id3tag to id3tools for instance).
Expected behaviour: Install package, right click on songs, choose nautilus-
What happens: Choosing Audio Convert doesn't do anything but tell you you the operation can not be done.
A simple solution would be to just set as recommendations or dependencies the codecs, or warn the user they will need the proper codecs to encode to a given format and offer them the opportunity to install said codecs. Might pose some legal problems though.
Related branches
- Marc Deslauriers: Needs Fixing
-
Diff: 776 lines (+397/-228)16 files modifiedaudio-convert (+1/-1)
debian/changelog (+11/-0)
debian/compat (+1/-1)
debian/control (+8/-6)
debian/copyright (+33/-27)
debian/nautilus-script-audio-convert.install (+2/-0)
debian/patches/01_fix_unicode.patch (+98/-109)
debian/patches/02_fix_monkey_audio_detection.patch (+28/-0)
debian/patches/03_fix_musepack_conv.patch (+53/-0)
debian/patches/04_fix_id3_transfer.patch (+122/-0)
debian/patches/series (+4/-0)
debian/postinst (+0/-38)
debian/prerm (+0/-37)
debian/rules (+34/-8)
debian/source/format (+1/-0)
debian/watch (+1/-1)
Changed in audio-convert (Ubuntu): | |
importance: | Undecided → Low |
tags: | added: packaging |