AllFrTV
Informations
Créateur | Messages |
---|---|
andykimpe
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience1 0 DescriptionWatch and record French live TV (script does use VLC Media Player). When recording: do not close the window, minimize it. Code source#!/usr/bin/env playonlinux-bash # Date : (2016-09-27 17-29) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 2.6 # Author : andykimpe # # CHANGELOG # [andykimpe] (2016-09-27 17-29) # First script. # [Dadu042] (2019-12-30) # Wine 1.9.19 -> 3.0.3 # [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" WORKING_WINE_VERSION="3.0.3" #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_dotnet40 POL_Call POL_Install_gdiplus POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" /VERYSILENT /NORESTART POL_Wine "$VLC" /S /NCRC POL_System_TmpDelete POL_Shortcut "AllFrTV.exe" "$TITLE" "" "" "Video;" POL_SetupWindow_Close exit |
Contributions
Filters:
ContribuerMembre | Messages |
Dadu042 | Mardi 31 Décembre 2019 à 14:23 |
Dadu042
|
InformationCette mise à jour a été acceptée par l'équipe Differences@@ -1,20 +1,24 @@ #!/usr/bin/env playonlinux-bash - -# CHANGELOG -# [andykimpe] - # Date : (2016-09-27 17-29) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 2.6 # Author : andykimpe - +# +# CHANGELOG +# [andykimpe] (2016-09-27 17-29) +# First script. +# [Dadu042] (2019-12-30) +# Wine 1.9.19 -> 3.0.3 +# + [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" -WORKING_WINE_VERSION="1.9.19" +WORKING_WINE_VERSION="3.0.3" + #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init @@ -39,8 +43,7 @@ POL_System_TmpDelete -POL_Shortcut "AllFrTV.exe" "$TITLE" +POL_Shortcut "AllFrTV.exe" "$TITLE" "" "" "Video;" POL_SetupWindow_Close - exit \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # Date : (2016-09-27 17-29) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 2.6 # Author : andykimpe # # CHANGELOG # [andykimpe] (2016-09-27 17-29) # First script. # [Dadu042] (2019-12-30) # Wine 1.9.19 -> 3.0.3 # [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" WORKING_WINE_VERSION="3.0.3" #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_dotnet40 POL_Call POL_Install_gdiplus POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" /VERYSILENT /NORESTART POL_Wine "$VLC" /S /NCRC POL_System_TmpDelete POL_Shortcut "AllFrTV.exe" "$TITLE" "" "" "Video;" POL_SetupWindow_Close exit Réponses |
andykimpe | Jeudi 2 Novembre 2017 à 6:01 |
andykimpe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,46 @@ +#!/usr/bin/env playonlinux-bash + +# CHANGELOG +# [andykimpe] + +# Date : (2016-09-27 17-29) +# Wine version used : 1.9.19 +# Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used +# Firefox Version used to test : 2.6 +# Author : andykimpe + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="AllFrTV" +PREFIX="AllFrTV" +WORKING_WINE_VERSION="1.9.19" +#POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" +POL_System_TmpCreate "$PREFIX" +cd "$POL_System_TmpDir" +POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" +INSTALLER="$APP_ANSWER" +POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" +VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" + + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_dotnet40 +POL_Call POL_Install_gdiplus + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$INSTALLER" /VERYSILENT /NORESTART +POL_Wine "$VLC" /S /NCRC + +POL_System_TmpDelete + +POL_Shortcut "AllFrTV.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [andykimpe] # Date : (2016-09-27 17-29) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 2.6 # Author : andykimpe [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" WORKING_WINE_VERSION="1.9.19" #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run')" "$TITLE" INSTALLER="$APP_ANSWER" POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_dotnet40 POL_Call POL_Install_gdiplus POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" /VERYSILENT /NORESTART POL_Wine "$VLC" /S /NCRC POL_System_TmpDelete POL_Shortcut "AllFrTV.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
andykimpe | Dimanche 28 Mai 2017 à 19:42 |
andykimpe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,47 @@ +#!/usr/bin/env playonlinux-bash + +# CHANGELOG +# [andykimpe] + +# Date : (2016-09-27 17-29) +# Wine version used : 1.9.19 +# Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used +# Firefox Version used to test : 2.6 +# Author : andykimpe + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="AllFrTV" +PREFIX="AllFrTV" +WORKING_WINE_VERSION="1.9.19" +#POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" +POL_System_TmpCreate "$PREFIX" +cd "$POL_System_TmpDir" +POL_Download "https://www.petit-fichier.fr/2017/05/28/allfrtv-setup/allfrtv-setup.exe" +mv "$POL_System_TmpDir/allfrtv-setup.exe" "$POL_System_TmpDir/AllFrTV.exe" +INSTALLER="$POL_System_TmpDir/AllFrTV.exe" +POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" +VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" + + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_dotnet40 +POL_Call POL_Install_gdiplus + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$INSTALLER" /VERYSILENT /NORESTART +POL_Wine "$VLC" /S /NCRC + +POL_System_TmpDelete + +POL_Shortcut "AllFrTV.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [andykimpe] # Date : (2016-09-27 17-29) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 2.6 # Author : andykimpe [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" WORKING_WINE_VERSION="1.9.19" #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "https://www.petit-fichier.fr/2017/05/28/allfrtv-setup/allfrtv-setup.exe" mv "$POL_System_TmpDir/allfrtv-setup.exe" "$POL_System_TmpDir/AllFrTV.exe" INSTALLER="$POL_System_TmpDir/AllFrTV.exe" POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_dotnet40 POL_Call POL_Install_gdiplus POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" /VERYSILENT /NORESTART POL_Wine "$VLC" /S /NCRC POL_System_TmpDelete POL_Shortcut "AllFrTV.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
andykimpe | Samedi 22 Octobre 2016 à 17:11 |
andykimpe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messagesupdate allfrtv 3.1 Differences@@ -0,0 +1,47 @@ +#!/usr/bin/env playonlinux-bash + +# CHANGELOG +# [andykimpe] + +# Date : (2016-10-22 17-10) +# Wine version used : 1.9.19 +# Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used +# Firefox Version used to test : 3.1 +# Author : andykimpe + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="AllFrTV" +PREFIX="AllFrTV" +WORKING_WINE_VERSION="1.9.19" +#POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" +POL_System_TmpCreate "$PREFIX" +cd "$POL_System_TmpDir" +POL_Download "https://www.dropbox.com/s/un892shh507wyi5/AllFrTV.exe?dl=1" +mv "$POL_System_TmpDir/AllFrTV.exe?dl=1" "$POL_System_TmpDir/AllFrTV.exe" +INSTALLER="$POL_System_TmpDir/AllFrTV.exe" +POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" +VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" + + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_dotnet40 +POL_Call POL_Install_gdiplus + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$INSTALLER" /VERYSILENT /NORESTART +POL_Wine "$VLC" /S /NCRC + +POL_System_TmpDelete + +POL_Shortcut "AllFrTV.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [andykimpe] # Date : (2016-10-22 17-10) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 3.1 # Author : andykimpe [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" WORKING_WINE_VERSION="1.9.19" #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "https://www.dropbox.com/s/un892shh507wyi5/AllFrTV.exe?dl=1" mv "$POL_System_TmpDir/AllFrTV.exe?dl=1" "$POL_System_TmpDir/AllFrTV.exe" INSTALLER="$POL_System_TmpDir/AllFrTV.exe" POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_dotnet40 POL_Call POL_Install_gdiplus POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" /VERYSILENT /NORESTART POL_Wine "$VLC" /S /NCRC POL_System_TmpDelete POL_Shortcut "AllFrTV.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
andykimpe | Mardi 27 September 2016 à 0:41 |
andykimpe
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,47 @@ +#!/usr/bin/env playonlinux-bash + +# CHANGELOG +# [andykimpe] + +# Date : (2016-09-27 17-29) +# Wine version used : 1.9.19 +# Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used +# Firefox Version used to test : 2.6 +# Author : andykimpe + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="AllFrTV" +PREFIX="AllFrTV" +WORKING_WINE_VERSION="1.9.19" +#POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" +POL_SetupWindow_Init +POL_Debug_Init +POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" +POL_System_TmpCreate "$PREFIX" +cd "$POL_System_TmpDir" +POL_Download "https://www.dropbox.com/s/un892shh507wyi5/AllFrTV.exe?dl=1" +mv "$POL_System_TmpDir/AllFrTV.exe?dl=1" "$POL_System_TmpDir/AllFrTV.exe" +INSTALLER="$POL_System_TmpDir/AllFrTV.exe" +POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" +VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" + + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_Call POL_Install_dotnet40 +POL_Call POL_Install_gdiplus + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "$INSTALLER" /VERYSILENT /NORESTART +POL_Wine "$VLC" /S /NCRC + +POL_System_TmpDelete + +POL_Shortcut "AllFrTV.exe" "$TITLE" + +POL_SetupWindow_Close + +exit \ No newline at end of file Nouveau code source#!/usr/bin/env playonlinux-bash # CHANGELOG # [andykimpe] # Date : (2016-09-27 17-29) # Wine version used : 1.9.19 # Distribution used to test : Ubuntu 16.04 LTS 64 bit and 32 bit prefix used # Firefox Version used to test : 2.6 # Author : andykimpe [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="AllFrTV" PREFIX="AllFrTV" WORKING_WINE_VERSION="1.9.19" #POL_GetSetupImages "$SITE/setups/firefox/top.jpg" "$SITE/setups/firefox/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Racacax" "http://forum-racacax.ga/viewforum.php?f=69" "andykimpe" "$PREFIX" POL_System_TmpCreate "$PREFIX" cd "$POL_System_TmpDir" POL_Download "https://www.dropbox.com/s/un892shh507wyi5/AllFrTV.exe?dl=1" mv "$POL_System_TmpDir/AllFrTV.exe?dl=1" "$POL_System_TmpDir/AllFrTV.exe" INSTALLER="$POL_System_TmpDir/AllFrTV.exe" POL_Download "http://ftp.free.org/mirrors/videolan/vlc/2.2.4/win32/vlc-2.2.4-win32.exe" VLC="$POL_System_TmpDir/vlc-2.2.4-win32.exe" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_Install_dotnet40 POL_Call POL_Install_gdiplus POL_Wine_WaitBefore "$TITLE" POL_Wine "$INSTALLER" /VERYSILENT /NORESTART POL_Wine "$VLC" /S /NCRC POL_System_TmpDelete POL_Shortcut "AllFrTV.exe" "$TITLE" POL_SetupWindow_Close exit Réponses |
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