gCue2tracks

Audio Apps

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

10
Become a Fan
7.0

Available as/for:
Description:
Tool for spliting compressed audio CD image to tracks with filling tags from cue sheet info.

Decompression of all formats supported by ffmpeg(flac,ape,wv,tta...). For more details see:
ffmpeg -formats
in the console.
Encoding formats:
wav : no encode, raw sound wave,
flac : (default) Free Lossless Audio Codec,
ape : Monkey's Audio Codec,
wv : WavPack,
mp3 : mpeg 1 layer 3 via lame
ogg : ogg vorbis


Dependencies:
python, python-gtk2 (>=2.16), cuetools, shntool, ffmpeg

Debian(Ubuntu) repository:
Add this line to your /etc/apt/source.list: deb http://dicson.no-ip.info/repository/debian unstable main
You can get the GPG key of this package by installing gcue2tracks-dev-keyring package from the same repository.
Last changelog:

gcue2tracks (0.5.0)
* switching to gtk.Builder
Sat, 14 Aug 2010 12:26:17 +0400

gcue2tracks (0.4.9)
* added french translation. Thanks to Le Gluon du Net
Sun, 01 Aug 2010 23:15:34 +0400

gcue2tracks (0.4.
* parse error fix. thanks to andreyz!
* error dialog if codec not exits
Sun, 27 Jun 2010 14:27:56 +0400


Ratings & Comments

103 Comments

djreno

gracias por el aporte

RomanAlfer

Отличная прога, это то что я искал, спасибо огромное разработчикам!

kostyab

Приветствую и спасибо за скрипт. Установил сегодня текущую версию 0.5.0 deb c этого сайта (у меня Ubuntu 11.10). Увы, получается следующая ошибка: Traceback (most recent call last): File "/usr/bin/gcue2tracks", line 6, in <module> execfile('/usr/share/gcue2tracks/gCue2tracks.py') File "/usr/share/gcue2tracks/gCue2tracks.py", line 899, in <module> gui = GuiPart() File "/usr/share/gcue2tracks/gCue2tracks.py", line 551, in __init__ self.getcuetag(filename) File "/usr/share/gcue2tracks/gCue2tracks.py", line 748, in getcuetag show_dialog(message) File "/usr/share/gcue2tracks/decoder.py", line 91, in show_dialog print_log(log_message, False) File "/usr/share/gcue2tracks/decoder.py", line 27, in print_log textview = builder.get_object('textview1') NameError: global name 'builder' is not defined ЗЫ: То же самое выскакивает в Fedora 15, где я его скомпилировал вручную, тк в репозиториях его нет. Поскольку я не спец в питоне, не могу ничего поделать... но логика подсказывает, проблема не в скрипте а в питоне, наверное... у меня стоит Python 2.7.2+ Буду очень признателен за любую подсказку. Раз у всех чудесно работает, то не вижу почему у меня должно не работать :)...

kostyab

И то же самое с версией 0.5.2. ENGLISH: the same problem with the version 0.5.2.

Dicson12

Запускаете приложение с параметрами? Так происходит со всеми образами или вы пробовали только один?

kostyab

Ну, для начала я пробовал GUI, но оно виснет. Тогда пошёл через терминал, чтобы глянуть, что там происходит, у увидел это. ГУИ в своем ЛОГе этого не выдает, да и оно всегда лучше посмотреть в терминале :). В качестве параметра давал CUE файл: gcue2tracks $MYFILE.cue Как уже сказал, пробовал 2 версии, 0.5.0 и 0.5.2, причем пробовал как в tgz форме (на Федоре, где оно не включено в репозиторий), так и в deb на Убунту. English: I used both versions 0.5.0 and 0.5.2, both in DEB and TGZ, under Fedora 15 and Ubuntu 11.10 respectively. Yea, Fedora doesn't have it in its repo, neither does Ubuntu. Tried the GUI first, but it hanged and didn't say much in its LOG tab, so I went for the CLI (which I generally prefer in Linux, he-he). The command line argument given was the CUE sheet file like this: gcue2tracks $MYFILE.cue

kostyab

Well since the question about the CLI arguments arises, I must say that when tried like this: gcue2tracks --help It gives off normal reply (gCue2tracks [--help] [--quiet] inputfile [...]). The problems shows up when a file is supplied. Поскольку встал этот вопрос, могу сказать, что если я даю команду gcue2tracks --help то ответ бывает нормальный : gCue2tracks [--help] [--quiet] inputfile [...] Проблема выходит, когда дается файл в качестве аргумента.

Dicson12

На второй мой вопрос ответ будет? Если нет - не вижу смысла задавать следующие Баг при запуске с консоли с параметром и выводе окна 'Bin файл не найден' подтверждаю.Почему не находится файл который нужно резать - вариантов море. Жду ссылку на образ

kostyab

Ссылку на образ? Но я скачивал по ссылкам на этой самой странице. По ним скачивается версия 0.5.0; какую еще информацию я могу дать? (А в сущности, я уже решил свою изначальную проблему при помощи прямого использования cuetooos и shntool)

wurlyfan

Hi I just downloaded and installed gcue2tracks_0.5.0_all.deb on Ubunto 10.10. It looks like a great app and just what I wanted. When I try to use it to split a flac file into mp3's, however, it hangs just before creating any mp3 output. If I look in the /tmp directory, I see the groups of .wav and .wav.mp3 files for each track, and the cuebreakpoints file, but only the first track is properly titled (all the others have generic names only). I can play the mp3 files form the /tmp directory fine. In the interface I can open the album entry and see all the tracks correctly named. The last Log entry says that the app is copying mp3 files, but nothing is actually copied and there is no further activity. Can you help with this? Many thanks.

Dicson12

please try 0.5.2 http://trac-hg.assembla.com/gCue2tracks/attachment/wiki/Archive/gcue2tracks_0.5.2_all.deb?format=raw

wurlyfan

Hi Dicson12 Many thanks for your quick reply. Is this version suitable for an i386 CPU? When I try to open the file the Software Centre tells me that it is not for my computer. Cheers, wurlyfan

Dicson12

This version should work on all architectures. I do not know how Software Centre works. You can try install package from console and show me the output. Maybe I'll understand what's going on sudo dpkg -i '/path_to_downloaded_package/gcue2tracks_0.5.2_all.deb'

wurlyfan

Hi Dicson12 I managed to install v0.5.2 without any further trouble - don't know why I got that error message the first time. However, the result was exactly the same - no mp3 output. Anyway, I only had two .flac files to split and I did with a Windows app so don't worry about my problem further - many thanks for your help.

ganesa

всё отлично на Ubuntu 10.10

SoaT

У меня так вообще недавно до 0.5.0 из репозитория обновился :)

agourgenidze

Если я правильно понимаю, то если обновлятся с репозиториев то это всегда "dev" версия. Может я ошибаюсь.

SoaT

Ну это смотря из каких репозиториев и для какой системы :)

agourgenidze

Я пользуюсь Ubuntu 10.04. Перепробовал почти все что возможно, но лучше пока не нашел. Даже Pardus-ом пользовался примерно неделю. Очень хороший линукс (турецкий), но с прогами немножко проблема. Притом, мне больше GNOME нравится. Mandriva GNOME отличнейший линукс, но не просто менять интерфейс. Fedora тоже нравится, но я не зациклен на Open Source. Так-что, пока с почти безпроблемным Ubuntu.

SoaT

У меня Debian, а у тебя Ubuntu - для нас: Quote:

Debian(Ubuntu) repository: Add this line to your /etc/apt/source.list: deb http://dicson.no-ip.info/repository/debian unstable main You can get the GPG key of this package by installing gcue2tracks-dev-keyring package from the same repository.
Всегда будет та версия, что и на gtk-apps.prg даже мб свежее ^)

agourgenidze

Спасибо большое. Debian это отлично! По сути и Ubuntu тоже Debian. Я Debian поленился пробовать зная что Proprietary Drivers придется ставить вручную. Это сложно и долго (как некоторые говорят), или также одним кликом как в Ubuntu?

SoaT

Уже не по теме конечно... В консоли ставлю приоритетные вот так: Quote:

sudo m-a -t update sudo m-a a-i -f nvidia-kernel-source
Просто так надо делать при каждом обновлении ядра. Вся сложность впринцепи :)

agourgenidze

Отличная прога. Большое спасибо. Вот только почемуто скачиваетсия 0.4.6 вместо 0.4.8.

Dicson12

Поправил ссылки,спасибо.

agourgenidze

Огромное спасибо!

Pling
0 Affiliates
Details
license
version 0.5.0
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

More Audio Apps from Dicson12:

Splean
Dicson12
last update date: 15 years ago

Score 5.0

Other Audio Apps:

1337-x369513929661000482
x369513929661000482
last update date: 15 years ago

Score 5.0

Hayes
Neil
last update date: 21 years ago

Score 5.0

SongBird
jce
last update date: 18 years ago

Score 5.0

KConvPlaylist
L0rclA5CII
last update date: 21 years ago

Score 5.0

QtRadio
ppustelnik
last update date: 20 years ago

Score 5.7

xmmsCue
staudi009
last update date: 19 years ago

Score 5.0