Mp3tag

Informations

Créateur Messages
Quentin PÂRIS Anonymous

Information

Cet installateur a été accepté par l'équipe.

Informations

Plate-formes :
Téléchargements : 52385
Wine: System

Retours d'expérience

Description

Freeware metadata editor for many audio file formats. Wikipedia.

Appdb.winehq.org 

Captures d'écran

Miniature

Code source

Contributions

Filters:

Contribuer
Membre Messages
VolkerFroehlich Dimanche 1 Aoüt 2021 à 10:47
VolkerFroehlich

Information

Cette mise à jour a été acceptée par l'équipe

Messages

The download page (http://download.mp3tag.de/) behavior has changed.
The script fails to download the latest installer version.

Fix in line 80 - adding 'head -1' will return only the first of multiple entries found:

cat $INSTALLER | grep ".exe" | grep -v "Download" | head -1 | cut -d "t" -f 2

Have fun!

Differences

Nouveau code source

Réponses

Dimanche 9 Octobre 2022 à 20:24
It is about time this fix gets activated!
For the meantime here is a little DIY recipe:
1. locate the POL installer file:
ls $HOME/.PlayOnLinux/install
Dimanche 9 Octobre 2022 à 20:26
2. change line 80 in the installer file as described above.
new line: FILE=`cat $INSTALLER | grep ".exe" | grep -v "Download" | head -1 | cut -d "t" -f 2`
Dimanche 9 Octobre 2022 à 20:28
3. copy the patched installer file to
the POL launcher directory $HOME/.PlayOnLinux/shortcuts/install
Dimanche 9 Octobre 2022 à 20:29
4. manually run the installer
playonlinux --run install
VolkerFroehlich Samedi 30 Janvier 2021 à 2:10
VolkerFroehlich

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Hi,
The new, restructured and commented code may need a bit longer to digest and to be approved ;o)

The users can either locate an installer on their computer or chose the automated download.
If the download option is selected, the script will always try to download the newest installer version.
(You can test this by setting an invalid file name e.g. FILE="ThisFilenameIsWrong" in the script.)
As a fallback (in case the Editor changes the behavior of the download web page) the script asks the user to manually provide the download URL.

Have Fun!
Volker Fröhlich

 

Differences

Nouveau code source

Réponses

Mercredi 19 Mai 2021 à 11:30
Script approved.

Edité par VolkerFroehlich

VolkerFroehlich Samedi 30 Janvier 2021 à 0:02
VolkerFroehlich

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Hi,
I just came back to this site after being several months away and, I am sorry to see the disappointed people giving negative ratings when set-up versions do change. I have updated the script for the new version 305 which came out today. However, the program versions change frequently, so in a few weeks this script will no longer work again. Therefore a general remark how everybody quickly may be able to fix such issues themselves:
- I cannot say too much about PlayOnMac, but should be very similar - also seems to be soon an Apple version available https://mp3tag.app/ :o) -
If PlayOnlinux fails, the installation script will remain in the POL root directory ($HOME/.PlayOnLinux) with the file name "install".
Hence, you can edit and fix the script and, in this case modify these two lines:  
  FILE="mp3tagv305setup.exe"
  MD5=""
Then you can run this file "install" from the Tools Menu as a local script. Alternatively you can move the file to the subdirectory $HOME/.PlayOnLinux/shortcuts and also rename it. When you launch PlayOnLinux ou can see it in the choice of available "installed programs" and run it directly. Btw - that is also how I am (and most likely others are) debugging and testing scripts.
As a fall back on such version errors, I plan to improve the script: if the download fails, the user should have the choice to manually enter a download filename of a newer version, or else to locate an already downloaded set-up file on the hard disk... sure, this will take a bit more time and testing.
Volker Fröhlich

Differences

Nouveau code source

Réponses

Edité par VolkerFroehlich

ferdesign Dimanche 20 Décembre 2020 à 12:52
ferdesign Anonymous

Messages

Can you update the script to fetch the latest - mp3tagv304asetup.exe - instead?
At the moment, it's throwing error it can't download http://download.mp3tag.de/mp3tagv302asetup.exe.

Thanks!

Réponses

Dadu042 Lundi 17 Aoüt 2020 à 16:45
Dadu042

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Ok with wine 5.0.2

Differences

Nouveau code source

Réponses

VolkerFroehlich Samedi 15 Aoüt 2020 à 19:01
VolkerFroehlich

Messages

POL UI fails to download and install "mp3tagv302setup.exe"

[sorry in advance if this post should be raised elsewhere in the forum - i am a novice to POL and would like to contribute]

This is most likely a general bug in POL 4.3.4 outside of this script. It can consistently be replicated with Ubuntu 19.10 and 20.04 and I even upgraded manually to the latest wine version 5.0.2.

When running the Mp3tag install from within POL by selecting and clicking on the Mp3tag Icon under available installers, the UI is executing the installation with no issues, until the download of the sofware fails. POL is showing the correct download link. The error message reads

"An error happened during download. Do you want to retry?"

Then any retry fails as well. The installation obviously gets stuck with script command

POL_Download "http://download.mp3tag.de/$FILE" "$MD5"

The file playonlinux.log created in the wineprefix directory does just end abruptly without much info:

...
[08/15/20 18:33:20] - This is a 32bits prefix!
[08/15/20 18:33:24] - Running wine- cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python)
C:\Program Files
[08/15/20 18:33:28] - Running wine- regedit /home/[myusername]/.PlayOnLinux//tmp/regkey.reg (Working directory : /usr/share/playonlinux/python)
[08/15/20 18:33:28] - Content of /home/[myusername]/.PlayOnLinux//tmp/regkey.reg
-----------
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine]
"Version"="win7"
-----------

I strongly believe this download error is not an issue linked to this Windows program or script, but rather a bug in POL GUI.

You can successfully run the identical Mp3tag script in POL with menu "Run a local script". After the previously failed download the Mp3tag install script remains in the .PlayOnLinux root folder as a PGP signed script file called "install". And, this file runs perfectly if started as a local script.

 

Réponses

Lundi 17 Aoüt 2020 à 15:49
Error identified: POL library functions are not checking if the download directory is writable.

Python file scripts.lib:
POL_Download ()
# Download a file and place it in the current directory
:
POL_SetupWindow_download ... "$PWD/$FILE"
:

The download will fail in python file setupwindowlib if the current working directory $PWD is not writable.

When double-clicking the Mp3tag script Icon the current working directory is '/usr/share/playonlinux/python' and only root has write access there.

The fix to the Mp3tag install script is easy - just insert cd "/tmp" before POL_Download "http://download.mp3tag.de/\$FILE" "\$MD5"
Then the Mp3tag installation script will run the installation without error.
However, I do suggest to introduce a fix on POL generic level, as in "Ubuntu Software" I do see several complains about POL where installations fail - perhaps because of the same issue!?
Lundi 17 Aoüt 2020 à 16:45
Thanks, I had the issue on Xubuntu 18.04

Edité par VolkerFroehlich

MrSoup678 Mardi 11 Aoüt 2020 à 16:13
MrSoup678 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Updated to v3.02.
 

Differences

Nouveau code source

Réponses

Mardi 11 Aoüt 2020 à 18:44
script approved.

Edité par MrSoup678

Hamster28 Mardi 14 Avril 2020 à 11:16
Hamster28 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Hello,

 

Mp3tag has been updated to version 3.01.

The old download link isn't valid anymore this causes the installer to fail.

I just replaced the filename and md5 hash.

I did a manual install of version 3.01 and succesfully tried out the following actions: installation, browse to a folder with already tagged mp3 files, display the tags in the tag panel. So This features should also work when using the new installer.

 

Differences

Nouveau code source

Réponses

Mardi 14 Avril 2020 à 12:56
Script approved.
mihawk90 Mercredi 10 Avril 2019 à 1:03
mihawk90 Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

  • update Mp3tag version
  • use System wine instead of ancient WINE version (doesn't even create prefix on my current Fedora 29)
  • Win7 instead of XP
  • remove unused Debug_Init
  • add actual software author
  • removed Luna theme as it's rather personal (and doesn't work well with GTK theming)
  • add categories for Shortcut

Differences

Nouveau code source

Réponses

Lundi 20 Mai 2019 à 9:09
Thank you for the script (I approved it) however it need also this: http://wiki.playonlinux.com/index.php/Scripting_-_Chapter_9:_Standardization

Edité par mihawk90

djdennisj Jeudi 24 Mai 2018 à 7:58
djdennisj Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

Anonymous
Jeudi 24 Mai 2018 à 8:00
This is the update for 2.87. Msg me at Dennis@TheCreativeMusicDJ.com if you need a newer script for MP3Tag in the future. Always happy to help!
Anonymous
Jeudi 2 Aoüt 2018 à 21:39
Hey, an update to 2.89 would be nice. If you have the spare time of course.
tecneeq Dimanche 25 Mars 2018 à 15:45
tecneeq Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Download for installer has been removed. New installer and checksum are below.

Differences

Nouveau code source

Réponses

djdennisj Mercredi 16 Aoüt 2017 à 15:39
djdennisj Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

As promised, someone hit me up to create a script for the 2.83 release so here it is, tested and working. When 2.84 comes out, contact me again and I'll try to expedite my fix the next time!

Differences

Nouveau code source

Réponses

djdennisj Vendredi 9 Juin 2017 à 10:34
djdennisj Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

111

Differences

Nouveau code source

Réponses

Anonymous
Vendredi 9 Juin 2017 à 10:35
This is working code to install mp3tag 2.82. Enjoy.
Anonymous
Samedi 1 Juillet 2017 à 14:20
Hi djdennisj, 283 is now live on the MP3Tag site so the MD5 and files are mismatched. I understand what this is and why it happens and where to change these values in the scripts but how to I save and run this so I can continue to upgrade on the fly by myself...
Anonymous
Samedi 1 Juillet 2017 à 14:20
FILE="mp3tagv283setup.exe"
MD5=“e53bc0ca0c2a5c47aceeaf38e8760c8a"
Anonymous
Mercredi 16 Aoüt 2017 à 15:25
durrie: Change the MD5 to the one being generated using the 2.83 version. I'm posting a new post with the 2.83 code right now, btw.
scotthva5 Vendredi 10 Mars 2017 à 20:18
scotthva5 Anonymous

Messages

Same issue as the poster below me: script needs to be updated for version 2.81. Ran fine as a generic install though so the outdated script is not a problem.

Réponses

Anonymous
Lundi 13 Mars 2017 à 12:39
Hi scotthva5, I am very new to Linux. I have no idea how to run as a generic install. Could you please point me in right direction, it would be very much appreciated.
Anonymous
Vendredi 9 Juin 2017 à 10:37
I skipped 2.81 since 2.82 is out, but I uploaded a working script for 2.82. They're actually very easy to make, so msg me if a new ver comes out and I'll happily make a new install file for it. Enjoy
Grantp Mercredi 22 Février 2017 à 15:12
Grantp Anonymous

Messages

http://download.mp3tag.de/mp3tagv280setup.exe

Error ! Files mismatch

Local : e53bc0ca0c2a5c47aceeaf38e8760c8a

Server : eb3bb4297d3f83e66295d01bef10c391

Running MX-16 Debian based distro.

Very new to linux do you need more info??

Many thanks

 

Réponses

Quentin PÂRIS Samedi 24 Décembre 2016 à 18:46
Quentin PÂRIS Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

limonair Lundi 19 September 2016 à 12:03
limonair Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Mauvais lien (dernière version mp3tagv278setup.exe)

Differences

Nouveau code source

Réponses

sabbir2world Mercredi 27 Juillet 2016 à 1:17
sabbir2world Anonymous

Messages

http://download.mp3tag.de/mp3tagv278setup.exe

This is the new version, playonlinux is trying to download the old one 

http://download.mp3tag.de/mp3tagv277setup.exe which is not downloading and showing error.

Réponses

Quentin PÂRIS Mardi 26 Avril 2016 à 20:42
Quentin PÂRIS Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

Quentin PÂRIS Jeudi 24 Mars 2016 à 11:43
Quentin PÂRIS Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

rennie Jeudi 21 Janvier 2016 à 17:50
rennie Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

Jeudi 21 Janvier 2016 à 19:13
Thanks :)
petch Vendredi 4 Décembre 2015 à 23:44
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Add POL_SetupWindow_SetID

Differences

Nouveau code source

Réponses

petch Mercredi 14 Octobre 2015 à 9:35
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Updated for version 2.72

Differences

Nouveau code source

Réponses

mihawk90 Samedi 12 September 2015 à 17:02
mihawk90 Anonymous

Messages

Program running fine as expected. You might want to change the Wine Theme to (No Theme) (mine was set to Royale by default) to get rid of the menu bar display issue (this is only minor though and does not affect functionality in any way).

 

Only "issue" is the default Wine Icon in my Taskbar (Mint/Cinnamon), but I think that is a general issue with Wine.

Réponses

Anonymous
Mercredi 2 Décembre 2015 à 18:25
Just saw that on Kubuntu the icon is actually there
petch Samedi 15 Aoüt 2015 à 4:37
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Download version and hash updated

Differences

Nouveau code source

Réponses

rkrug Mardi 19 Mai 2015 à 17:51
rkrug Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

Anonymous
Mardi 19 Mai 2015 à 17:55
Installs but needs some tweaking as the menu d=bar is not displayed correctly.
petch Mardi 2 Décembre 2014 à 22:35
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Download version and hash updated

Differences

Nouveau code source

Réponses

durrie Mardi 2 Décembre 2014 à 22:09
durrie Anonymous

Messages

Running Yosemite 10.10.1 and this application won't install, always gives....Error ! Files Mismatch

???

Réponses

Mardi 2 Décembre 2014 à 22:40
Script updated
Anonymous
Lundi 8 Décembre 2014 à 21:56
Awesome thanks so much it works now!

Edité par Tinou

petch Samedi 18 Octobre 2014 à 20:13
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Updated for v 2.65

Differences

Nouveau code source

Réponses

petch Samedi 18 Octobre 2014 à 11:09
petch

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Messages

Updated for v 2.64

Differences

Nouveau code source

Réponses

Quentin PÂRIS Vendredi 11 Juillet 2014 à 16:40
Quentin PÂRIS Anonymous

Warning

Cette mise à jour n'a pas été approuvée par l'équipe.
Utilisez-la à vos risques et périls

Differences

Nouveau code source

Réponses

Edité par Tinou

This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com