AllFrTV

Informations

Creator Message
andykimpe Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 5174
Wine: 3.0.3

Feedbacks

Description

Watch and record French live TV (script does use VLC Media Player).

When recording: do not close the window, minimize it.

Website.

Source code

#!/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:

Contribute
Member Message
Dadu042 Tuesday 31 December 2019 at 14:23
Dadu042

Information

This update has been approved by the team.

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

New source code

#!/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

Replies

andykimpe Thursday 2 November 2017 at 6:01
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Replies

andykimpe Sunday 28 May 2017 at 19:42
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Replies

andykimpe Saturday 22 October 2016 at 17:11
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

update 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

New source code

#!/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

Replies

andykimpe Tuesday 27 September 2016 at 0:41
andykimpe Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

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

New source code

#!/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

Replies

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