
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 "įILE=`cat $INSTALLER | grep ".exe" | grep -v "Download" | cut -d "t" -f 2` +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)
MP3TAG LINUX DOWNLOAD
+# 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 "Ĭ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" | head -1 | cut -d "t" -f 2` # Volker Froehlich (check download page for latest version).
