
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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.
8 years ago
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.8)
* parse error fix. thanks to andreyz!
* error dialog if codec not exits
Sun, 27 Jun 2010 14:27:56 +0400
8 years ago
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.8)
* parse error fix. thanks to andreyz!
* error dialog if codec not exits
Sun, 27 Jun 2010 14:27:56 +0400
djreno
3 years ago
Report
RomanAlfer
8 years ago
Report
kostyab
9 years ago
Установил сегодня текущую версию 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+
Буду очень признателен за любую подсказку. Раз у всех чудесно работает, то не вижу почему у меня должно не работать :)...
Report
kostyab
9 years ago
ENGLISH: the same problem with the version 0.5.2.
Report
Dicson12
9 years ago
Report
kostyab
9 years ago
В качестве параметра давал 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
Report
kostyab
9 years ago
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 [...]
Проблема выходит, когда дается файл в качестве аргумента.
Report
Dicson12
9 years ago
Баг при запуске с консоли с параметром и выводе окна 'Bin файл не найден' подтверждаю.Почему не находится файл который нужно резать - вариантов море. Жду ссылку на образ
Report
kostyab
9 years ago
(А в сущности, я уже решил свою изначальную проблему при помощи прямого использования cuetooos и shntool)
Report
wurlyfan
9 years ago
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.
Report
Dicson12
9 years ago
Report
wurlyfan
9 years ago
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
Report
Dicson12
9 years ago
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'
Report
wurlyfan
9 years ago
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.
Report
ganesa
10 years ago
Report
SoaT
10 years ago
Report
agourgenidze
10 years ago
Report
SoaT
10 years ago
Report
agourgenidze
10 years ago
Report
SoaT
10 years ago
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 даже мб свежее ^)
Report
agourgenidze
10 years ago
Report
SoaT
10 years ago
В консоли ставлю приоритетные вот так:
Quote:sudo m-a -t update
sudo m-a a-i -f nvidia-kernel-source
Просто так надо делать при каждом обновлении ядра. Вся сложность впринцепи :)
Report
agourgenidze
10 years ago
Report
Dicson12
10 years ago
Report
agourgenidze
10 years ago
Report