
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
Display and edit audio metadata in an information box, and rename file using infos. Supports mp3, ogg vorbis, flac (more to come).
Need help to add translations (en , fr , es , de , ru, pl available now)!
11 years ago
Version 0.9
Jump in version number because we're getting close to having all the features I wanted. Fix bug with opening files with special characters. Simple renaming using placeholders of metadata. Comments, translations and bug reports welcome.
Version 0.5
You can now edit the metadata. I had to change library, and it now depends on python-tagpy (python bindings for the taglib library) and on PyQt4.
Upcoming: renaming capabilities.
Version 0.2
Now only needs mutagen python library (python-mutagen on debian,etc).
Added duration and bitrate info.
11 years ago
Version 0.9
Jump in version number because we're getting close to having all the features I wanted. Fix bug with opening files with special characters. Simple renaming using placeholders of metadata. Comments, translations and bug reports welcome.
Version 0.5
You can now edit the metadata. I had to change library, and it now depends on python-tagpy (python bindings for the taglib library) and on PyQt4.
Upcoming: renaming capabilities.
Version 0.2
Now only needs mutagen python library (python-mutagen on debian,etc).
Added duration and bitrate info.
gungnir
2 years ago
Report
gungnir
2 years ago
Its a bit beyond me but maybe someone else can help with the above?
Report
sylvainsab
2 years ago
:~$ ~/.local/share/kservices5/ServiceMenus/audiometadata/bin/audiometadata.py ~/Musique/Aether.ogg
Traceback (most recent call last):
File "/home/sylvain/.local/share/kservices5/ServiceMenus/audiometadata/bin/audiometadata.py", line 27, in
from PyQt4 import QtGui,QtCore
ImportError: No module named PyQt4
:~$"
No success in trying to install python or anything...
Report
sylvainsab
2 years ago
Then there are a few changes to make in the code to translate the widget from Qt4 to Qt5, it seems.
Report
Archaeopteryx342
3 years ago
Report
sylvainsab
2 years ago
Report
sylvainsab
2 years ago
Report
Pingouin60
9 years ago
I have this message :
Traceback (most recent call last):
File "/usr/bin/audiometadata.py", line 300, in openFile
dialog.setDirectory(self.Audiofile.Fileinfo.absolutePath())
AttributeError: class AudioFile has no attribute 'Fileinfo'
Could you help please ?
Report
dkarnout
10 years ago
thanks
Report
sloopy
11 years ago
I think you did a great work. But if I could mention a wish: Is it very difficult to make a popup by mouseover ?
(I have no idea of what you have to do, so I speak only).
Greetings
Report
MiCap
11 years ago
Keep with the good work!
Report
rodgerSan
11 years ago
A servicemenu is already available for the latter but it would be perfect if it was integrated on a properties tab. Furthermore, mediainfo looks more capable than taglib. Thank you anyway!
Report
michao
11 years ago
Report
-luk-
11 years ago
I've moved the .desktop file where you said and the audiometadata.py in /usr/bin and in ~/bin(only to try) but the menu doesn't work. When i try to exec audiometadata.py in the console it returns
Traceback (most recent call last):
File "/usr/bin/audiometadata.py", line 27, in <module>
import tagpy
ImportError: No module named tagpy
Report
michao
11 years ago
Report
-luk-
11 years ago
Great Job
Report
rashek7
11 years ago
Report
rashek7
11 years ago
{"Artist":u"Artysta", "Title":u"Tytuł", "Album":u"Album", "Genre":u"Gatunek", "Year":u"Rok", "Track":u"Ścieżka", "Duration":u"Czas", "Format":u"Format", "Nothing":u"Brak danych", "Open":u"&Otwórz", "Save":u"&Zapisz", "Close":u"Z&amknij", "ErrorMsg":u"Błąd: Nie można odczytać pliku"}
Report
mck182
11 years ago
Report
bitcrazy
11 years ago
Report
sloopy
11 years ago
"id3info comes with the library id3lib, and it is libid3-3.8 on debian."
Kubuntu is debian with KDE, the libid3-3.8 is available but the id3info doesn't work. In the ubuntu packages they do not mention if libid3-3.8 contains id3info. Why don't you use the libid3tag0 like Audacity, Vlc, M-player and others.
What is the use when I install an app which is not able to do his work. So please send a comment how to change the get-info.sh.
Btw - the translations work..
Report
janet
11 years ago
BTW: How about changing the name of the script to something more recognizable? Like audiometadata.sh? When I browse my huge ~/bin a few weeks later I'm sure I won't remember that "get-info.sh" belongs to your servicemenu, "get-info.sh" is too across the board.
Report
bitcrazy
11 years ago
m0nk
Report
janet
11 years ago
Report
janet
11 years ago
Apart from the screenshot: it doesn't work for me. I always get "No meta data available" though exiftool shows the right information. Just tested with mp3, libid3 is installed.
Report