
sure, this will take a bit more time and testing.
Mp3tag exe download#
Btw - that is also how I am (and most likely others are) debugging and testing scripts.Īs 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. When you launch PlayOnLinux ou can see it in the choice of available "installed programs" and run it directly. Alternatively you can move the file to the subdirectory $HOME/.PlayOnLinux/shortcuts and also rename it. Then you can run this file "install" from the Tools Menu as a local script.

Hence, you can edit and fix the script and, in this case modify these two lines: If PlayOnlinux fails, the installation script will remain in the POL root directory ($HOME/.PlayOnLinux) with the file name "install". I cannot say too much about PlayOnMac, but should be very similar - also seems to be soon an Apple version available :o). Therefore a general remark how everybody quickly may be able to fix such issues themselves:

However, the program versions change frequently, so in a few weeks this script will no longer work again. I have updated the script for the new version 305 which came out today. 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. + POL_Shortcut "mp3tag.exe" "$LAUNCHER" "" "" "AudioVideo Audio AudioVideoEditing Music " +POL_Debug_Message "# LAUNCHER: $LAUNCHER" + & LAUNCHER="$TITLE-v$VERSION_INSTALLED" +POL_Debug_Message "# VERSION_INSTALLED: $VERSION_INSTALLED" + & VERSION_INSTALLED=`head -2 "$VERSION_FILE" | grep VERSION | cut -d " " -f 5` + POL_Debug_Message "# VERSION_FILE: $VERSION_FILE" + VERSION_FILE="$WINEPREFIX/drive_c/Program Files/Mp3tag/Mp3tagVersion.txt" + POL_Debug_Message "# WINEPREFIX: $WINEPREFIX" + POL_SetupWindow_wait "$(eval_gettext '$MSG')" "$TITLE" + FILE=`cat $INSTALLER | grep ".exe" | grep -v "Download" | cut -d "t" -f 2` +# (That file name structure might change in future) +# Volker Froehlich (check download page for latest version). # Fix by Volker F (add 'cd' because folder might write protected). POL_Shortcut "mp3tag.exe" "$LAUNCHER" "" "" "AudioVideo Audio AudioVideoEditing Music "įILE=`cat $INSTALLER | grep ".exe" | grep -v "Download" | head -1 | cut -d "t" -f 2`Ĭd -2,37 +2,109 "$PLAYONLINUX" = "" ] & exit 0 POL_Debug_Message "# LAUNCHER: $LAUNCHER" POL_Debug_Message "# VERSION_INSTALLED: $VERSION_INSTALLED" & VERSION_INSTALLED=`head -2 "$VERSION_FILE" | grep VERSION | cut -d " " -f 5` POL_Debug_Message "# VERSION_FILE: $VERSION_FILE" VERSION_FILE="$WINEPREFIX/drive_c/Program Files/Mp3tag/Mp3tagVersion.txt" POL_Debug_Message "# WINEPREFIX: $WINEPREFIX" POL_SetupWindow_wait "$(eval_gettext '$MSG')" "$TITLE" # (That file name structure might change in future)įILE=`cat $INSTALLER | grep ".exe" | grep -v "Download" | cut -d "t" -f 2` # Volker Froehlich (check download page for latest version).
