WinGTShare unofficial tool

V8 NOVA / V8 HONOR / V8 PRO2/V8 UHD / V8X

Moderators: admin, GTMedia Team

dhiflixmv
Posts: 22
Joined: Tue Dec 29, 2020 10:22 pm

Re: WinGTShare unofficial tool

Post by dhiflixmv »

hugoduro wrote:
Wed Jan 27, 2021 7:40 pm
Macrom wrote:
Wed Jan 27, 2021 4:07 pm

Thank you Hugo, but

1) Will be nice feature of course but i'am asking you the way you access V8x channel list with current build. Is there an url that you can download channel list in m3u format like you can do with USB dump?
Macrom,
You could try this simple tool i've developed:
V8ChannelM3U.zip
Change to your receiver IP and start the listener process.
Then you could get the m3u list by url like

Code: Select all

http://localhost:8080/list.m3u
Why v8uhd http://localhost:8080/list.m3u not working?

luweitest
Posts: 40
Joined: Fri Dec 25, 2020 6:58 am

Re: WinGTShare unofficial tool

Post by luweitest »

@hugoduro I'd like to try your tool but it does not run on my WindowsXP. Could it be compiled on WindowsXP?

Macrom
Posts: 5
Joined: Mon Jan 25, 2021 11:35 am

Re: WinGTShare unofficial tool

Post by Macrom »

hugoduro wrote:
Wed Jan 27, 2021 9:06 pm
hugoduro wrote:
Wed Jan 27, 2021 7:40 pm
Macrom wrote:
Wed Jan 27, 2021 4:07 pm

Thank you Hugo, but

1) Will be nice feature of course but i'am asking you the way you access V8x channel list with current build. Is there an url that you can download channel list in m3u format like you can do with USB dump?
Macrom,
You could try this simple tool i've developed:
V8ChannelM3U.zip
Change to your receiver IP and start the listener process.
Then you could get the m3u list by url like

Code: Select all

http://localhost:8080/list.m3u
I has a bug. Now i think this one works well:
V8ChannelM3U.zip
Yes Hugo, it works!!!

I can set url for M3U list with this :-)

As my S905x based TvBOX has 4K output i will can playback 4K channels with V8x if finally they will be available.

Could be awesome if this piece of software could be merged with some Kodi plugin like simple IPTV or a new one like GTShare Plugin by HD ;-)

Regards
Attachments
Kodi_GTShare3.jpg
Kodi_GTShare3.jpg (94.21 KiB) Viewed 7501 times
Kodi_GTShare2.jpg
Kodi_GTShare2.jpg (43.45 KiB) Viewed 7504 times
Kodi_GTShare.jpg
Kodi_GTShare.jpg (55.91 KiB) Viewed 7505 times

stephan94
Posts: 109
Joined: Fri Jan 15, 2021 6:20 am

Re: WinGTShare unofficial tool

Post by stephan94 »

Delirium wrote:
Wed Jan 27, 2021 8:00 pm
Hi Hugoduro ;)
with the latest version only one sat on V8 UHD
With the GTMedia V8 turbo all the satellites are visible
Attachments
alle sat.jpg
alle sat.jpg (182.52 KiB) Viewed 7495 times
V8 Turbo ;

tanka
Posts: 481
Joined: Sun Aug 21, 2016 4:35 pm

Re: WinGTShare unofficial tool

Post by tanka »

V8uhd working very good .95 west ku abc feeds 4.2.2 working in the computer V8uhd only sound .Good tool.Thankyou Hagoduro

Juankaxxi
Posts: 8
Joined: Sat Jan 30, 2021 10:00 pm

Re: WinGTShare unofficial tool

Post by Juankaxxi »

Hello, I have tried the program and it is great !!.

I use it with portable VLC and it works very well with my Nova8.

But I have a question, which address does WinGTSHare connect to to get the nova playlist?

thanks!!

Mayuranguna
Posts: 20
Joined: Thu Oct 22, 2020 8:59 pm

Re: WinGTShare unofficial tool

Post by Mayuranguna »

Juankaxxi wrote:
Sat Jan 30, 2021 10:20 pm
Hello, I have tried the program and it is great !!.

I use it with portable VLC and it works very well with my Nova8.

But I have a question, which address does WinGTSHare connect to to get the nova playlist?

thanks!!
VLC configuration pls

Juankaxxi
Posts: 8
Joined: Sat Jan 30, 2021 10:00 pm

Re: WinGTShare unofficial tool

Post by Juankaxxi »

[/code]
Mayuranguna wrote:
Sun Jan 31, 2021 6:06 am
Juankaxxi wrote:
Sat Jan 30, 2021 10:20 pm
Hello, I have tried the program and it is great !!.

I use it with portable VLC and it works very well with my Nova8.

But I have a question, which address does WinGTSHare connect to to get the nova playlist?

thanks!!
VLC configuration pls
Download VLC portable and put it on "inc" directory "inc\\vlc\\vlc.exe"

Code: Select all

https://get.videolan.org/vlc/3.0.12/win32/vlc-3.0.12-win32.zip
No Live links

the config is it, BUT add your GTMEDIA IP:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.1.XX" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<add key="external_player" value="inc\\vlc\\vlc.exe --fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>

Mayuranguna
Posts: 20
Joined: Thu Oct 22, 2020 8:59 pm

Re: WinGTShare unofficial tool

Post by Mayuranguna »

Juankaxxi wrote:
Sun Jan 31, 2021 7:54 am
[/code]
Mayuranguna wrote:
Sun Jan 31, 2021 6:06 am
Juankaxxi wrote:
Sat Jan 30, 2021 10:20 pm
Hello, I have tried the program and it is great !!.

I use it with portable VLC and it works very well with my Nova8.

But I have a question, which address does WinGTSHare connect to to get the nova playlist?

thanks!!
VLC configuration pls
Download VLC portable and put it on "inc" directory "inc\\vlc\\vlc.exe"

Code: Select all

https://get.videolan.org/vlc/3.0.12/win32/vlc-3.0.12-win32.zip
the config is it, BUT add your GTMEDIA IP:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.1.XX" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<add key="external_player" value="inc\\vlc\\vlc.exe --fullscreen" />
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>
Thank you

User avatar
cpr43
网站管理员
Posts: 7070
Joined: Thu Aug 11, 2016 1:41 pm

Re: WinGTShare unofficial tool

Post by cpr43 »

@Hugoduro

I stop using the program for a few days , now I can't mase it to work? keep getting ERROR CAN'T FIND EXTERNAL PLAYER. PLEASE CHECK CONFIGURATION FILE

I download the inc file and add it to the program file??

I switched computer. Maybe missing any file?

User avatar
hugoduro
Posts: 55
Joined: Wed Mar 27, 2019 5:56 pm
Location: Portugal

Re: WinGTShare unofficial tool

Post by hugoduro »

cpr43 wrote:
Thu Feb 04, 2021 12:34 am
@Hugoduro

I stop using the program for a few days , now I can't mase it to work? keep getting ERROR CAN'T FIND EXTERNAL PLAYER. PLEASE CHECK CONFIGURATION FILE

I download the inc file and add it to the program file??

I switched computer. Maybe missing any file?
Hi @cpr43,

You can download the external player from here:

Code: Select all

https://drive.google.com/file/d/1TQSXGeW7kMuJpCvgSufGUnMZII44I933/view?usp=sharing
and unzip it to inside the program "inc" directory.

I should be like this:
Capturar.PNG
Capturar.PNG (10.11 KiB) Viewed 7253 times
Then you should also edit the config file like this:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
	</startup>
	<appSettings>
        <add key="default_ip" value="192.168.0.17" /> <!--ip or machine name-->
		<add key="default_port" value="81" />
		<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
		<add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" />
		<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
    </appSettings>
</configuration>
Regards
HD

User avatar
cpr43
网站管理员
Posts: 7070
Joined: Thu Aug 11, 2016 1:41 pm

Re: WinGTShare unofficial tool

Post by cpr43 »

Hi @Hugoduro

Got it, thanks, much appreciated!!

Msc7
Posts: 55
Joined: Fri Sep 14, 2018 2:50 am

Re: WinGTShare unofficial tool

Post by Msc7 »

Hola !!! Me gustaría saber porque no puedo mirar en mi PC los canales que tengo con protocolo NewCam en mi V8X

User avatar
juan_vale
网站管理员
Posts: 874
Joined: Wed Nov 29, 2017 5:50 am
Location: B.C.S. Mexico 24N 110W

Re: WinGTShare unofficial tool

Post by juan_vale »

Msc7 wrote:
Fri Feb 05, 2021 7:49 pm
Hola !!! Me gustaría saber porque no puedo mirar en mi PC los canales que tengo con protocolo NewCam en mi V8X
Posiblemente no tienes configurado el "external player" en el archivo de configuracion.

V8x, 77w NewCam/IKS. V0.5.0_Alpha
screenshot3.jpg
screenshot3.jpg (135.46 KiB) Viewed 7192 times
screenshot2.jpg
screenshot2.jpg (82.21 KiB) Viewed 7192 times
No live links (Rule #18) highlight the URL and use the Code tag option "</>"
V7HD, V8SUPER, V8X, V7PRO, GTC, FORMULER F4(TURBO)

Msc7
Posts: 55
Joined: Fri Sep 14, 2018 2:50 am

Re: WinGTShare unofficial tool

Post by Msc7 »

Pues según yo si tengo el reproductor establecido porque los canales de banda C si los puedo mirar

Msc7
Posts: 55
Joined: Fri Sep 14, 2018 2:50 am

Re: WinGTShare unofficial tool

Post by Msc7 »

hola me podria poner una foto de como debe de estar el archivo WinGtShareTool.exe porfavor

Msc7
Posts: 55
Joined: Fri Sep 14, 2018 2:50 am

Re: WinGTShare unofficial tool

Post by Msc7 »

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<add key="default_ip" value="192.168.0.17" /> <!--ip or machine name-->
<add key="default_port" value="81" />
<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
<!--add key="external_player" value="inc\\ffplay -fs" /--> <!-- FFPLAY -->
<!--add key="external_player" value="C:\\PROGRA~2\\VIDEOLAN\\VLC\\VLC.EXE -fullscreen" /--> <!-- VLC -->
<add key="external_player" value="C:\\PROGRA~1\\MPC-HC\\mpc-hc64.exe" /> <!-- MPC-HC 64bit -->
<!--add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" /-->
<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
</appSettings>
</configuration>

asi lo tengo yo tengo algo mal???

Msc7
Posts: 55
Joined: Fri Sep 14, 2018 2:50 am

Re: WinGTShare unofficial tool

Post by Msc7 »

hola ya se mira copie una configuracion que estaba publicada y ya funciono con MPC y yo quiria utilizar VLC gracias!!!

User avatar
juan_vale
网站管理员
Posts: 874
Joined: Wed Nov 29, 2017 5:50 am
Location: B.C.S. Mexico 24N 110W

Re: WinGTShare unofficial tool

Post by juan_vale »

Muy bien, aqui es mi config utilizando el MPC-HC en el directorio "INC". Los que tiene <!-- no se usa. Tambien mi IP del V8x es 192.168.1.56

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<startup>
		<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
	</startup>
	<appSettings>
        <add key="default_ip" value="192.168.1.56" /> <!--ip or machine name-->
		<add key="default_port" value="81" />
		<add key="default_protocol" value="tcp" /> <!--tcp|udp|rtp-->
        <!--add key="external_player" value="inc\\ffplay -fs" /--> <!-- FFPLAY -->
		<!--add key="external_player" value="C:\\PROGRA~2\\VIDEOLAN\\VLC\\VLC.EXE -fullscreen" /--> <!-- VLC -->
		<!--add key="external_player" value="C:\\PROGRA~1\\MPC-HC\\mpc-hc64.exe" /--> <!-- MPC-HC 64bit -->
		<add key="external_player" value="inc\\MPC-HC\\mpc-hc64.exe /fullscreen" />
		<add key="enable_OSD" value="true" /> <!--true|false NOTE: this version Requires installation of Microsoft XNA Framework -->
    </appSettings>
</configuration>
No live links (Rule #18) highlight the URL and use the Code tag option "</>"
V7HD, V8SUPER, V8X, V7PRO, GTC, FORMULER F4(TURBO)

Msc7
Posts: 55
Joined: Fri Sep 14, 2018 2:50 am

Re: WinGTShare unofficial tool

Post by Msc7 »

Muchas gracias!!

User avatar
hugoduro
Posts: 55
Joined: Wed Mar 27, 2019 5:56 pm
Location: Portugal

Re: WinGTShare unofficial tool

Post by hugoduro »

+++++++++++++++++++++++++++++++++++++++++++++++++
WinGTShareTool v.0.6.0
+++++++++++++++++++++++++++++++++++++++++++++++++
v.0.6.0 06/02/2021

Change log:
- Config Form for a simpler configuration. Go to Application Menu > File > Config.
- Automatic detect external player path in configuration form.

--
WinGTShareTool_0.6.0_20210206.zip
(166.28 KiB) Downloaded 70 times
..

IMPORTANT: This version requires installation of "Microsoft XNA Framework"
You can download it from here:

Code: Select all

https://www.microsoft.com/en-us/download/details.aspx?id=20914
[/color]
Microsoft XNA Framework: Alternate link:

Code: Select all

https://drive.google.com/file/d/126iGtScUKkpwLmKih9u6QzV1WdGQe0Fu/view?usp=sharing
NOTE: External player is not included.
It's recomended to use MPC-HC or VLC. Choose it in configuration.
+++++++++++++++++++++++++++++++++++++++++++++++++

Image
Attachments
Capturar.PNG
Capturar.PNG (192.14 KiB) Viewed 7130 times
Last edited by hugoduro on Sun Feb 07, 2021 7:09 pm, edited 3 times in total.

Delirium
Posts: 665
Joined: Sat Mar 02, 2019 6:39 am
Location: Italy

Re: WinGTShare unofficial tool

Post by Delirium »

@hugoduro

Very thanks for your work ;)
GTX Combo - V8 UHD - GT combo - V8 Finder Pro - V7 Pro - V8X - V8 Turbo - X8 - X8 combo - V8 Pro 2 - D2 DAB+

seefoo
Posts: 120
Joined: Mon Aug 13, 2018 10:19 pm
Location: United States

Re: WinGTShare unofficial tool

Post by seefoo »

That is a great program and super easy to use. It is a difference make. Much thanks!

Mayuranguna
Posts: 20
Joined: Thu Oct 22, 2020 8:59 pm

Re: WinGTShare unofficial tool

Post by Mayuranguna »

Grate work thank you

Trev
Posts: 10
Joined: Fri Jan 15, 2021 4:26 pm

Re: WinGTShare unofficial tool

Post by Trev »

Sorry, but new version won't play for me - I get a Microsoft .NET Framework error message when I try to run it:

System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553'

However I have no problem running the previous version of WinGTShare - wanted to try this new version for the option of choosing VLC player

Any advice would be helpful please, as it's such a great tool
By the way, the link code for the Microsoft XNA Framework takes you to a download page that says the file is not available??

Post Reply

Return to “GTMEDIA V8 SERIES”