The forum

[Skript] Fakin' The Funk?

Author Replies
FakeNoFunk Friday 21 April 2017 at 9:10
FakeNoFunk

Fakin' The Funk? is a tool that helps you to detect the true quality of your audio files in one batch.
Since you can download tunes from anywhere, this tool verifies if they’re really that good, and not upscaled 128kbps to 320kbps.

Content of Script:

#!/bin/bash
# Date : (2017-04-20 19-00)
# Last revision : (2017-04-20 19-00)
# Wine version used : 2.6
# Distribution used to test : Ubuntu 16.04 LTS x64
# Author : ferdesign

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
  
TITLE="Fakin' The Funk?"
PREFIX="FakinTheFunk"
WORKING_WINE_VERSION="2.6"
EDITOR="Ulrich Decker Software"
APP_URL="https://fakinthefunk.net + https://www.udse.de"
AUTHOR="ferdesign"
FILE="FakinTheFunk_Setup55.exe"
MD5="b5bb940b91e2c321bc535b638a86f054"

# set environment variable
export WINEDLLOVERRIDES="mscoree,mshtml="

# start the script
POL_SetupWindow_Init
POL_SetupWindow_SetID 3166
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$APP_URL" "$AUTHOR" "$PREFIX"

# set prefix path
POL_Wine_SelectPrefix "$PREFIX"

# download wine if necessary and create prefix
POL_Wine_PrefixCreate "$WORKING_WINE_VERSION"

# use Windows 7
Set_OS "win7"

# install dependencies
POL_Call POL_Install_LunaTheme

# begin app installation
POL_Download "https://www.udse.de/download/$FILE" "$MD5"
POL_Wine_WaitBefore "$TITLE"
POL_Wine "$FILE"

# create shortcut
POL_Shortcut "FakinTheFunk.exe" "$TITLE"

POL_SetupWindow_Close
exit


 

Screenshots

FTF-running-on-Ubuntu-POL-1.png

FTF-running-on-Ubuntu-POL-2.png

https://fakinthefunk.net/assets/FTF-running-on-Ubuntu-POL-3.png

Icons

The icon that will be used for the installed program:
FakinTheFunk-48x48.png

The icon that will be used in the PlayOnLinux script list and the site:
FakinTheFunk-22x22.png

Sideways banner that is on the left side of the first window when script is ran:
left.png

 

Top corner Icon for install script:
top.png