JLC's Internet TV v1.1.0 Final

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

JLC's Internet TV v1.1.0 Final

Post by Joakim Christiansen »

I finally decided to finish the new version now!
And I wish you all a happy Christmas! :wink:

New in this version:
Option to use VLC's ActiveX plugin to play all streams
Option to open NSV streams in Winamp
The ability to view and test submitted updates for a channel and help reviewing them

Easier access for blind people:
Watch the selected channel by pressing Enter
Open menu for the selected channel with the Application key

Screenshots:
ImageImageImage

About the VLC support:
http://forum.jlc-software.com/viewtopic.php?t=2103

Help page (will be updated):
http://jlc-software.com/internet_tv_help.html

Download links:
http://www.jlc-software.com/programs/In ... _Setup.exe
http://www.jlc-software.com/programs/internet_tv.zip (without installer)
I like logic, hence I dislike humans but love computers.
Inf0Byt3
PureBasic Fanatic
PureBasic Fanatic
Posts: 2236
Joined: Fri Dec 09, 2005 12:15 pm
Location: Elbonia

Post by Inf0Byt3 »

Very nice! Thanks!
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

looks nice!
Can i also record a stream? If not, can you at a option so tath we can record a stream?

regrads,
nico
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

nicolaus wrote:looks nice!
Can i also record a stream? If not, can you at a option so tath we can record
That would be a very nice feature to add, but I don't have a clue about how to make something like that. The only thing I can recommend for now is that you try the WM Recorder software:
http://www.wmrecorder.com
_____________________________________

Maybe I should explain the most important new feature a bit

It's called "view updates" and it's a feature which lets you view submitted updates for any channel in the list. Which is great if you are having troubles with it and want to look for a solution!

The view updates window looks like this:
Image

And to open it just right-click on a channel and select "view updates". The original channel is on the top marked with red (so you have something to compare with). And if there are any updates they are shown below it, and updates with another URL is marked in violet color so you'll easily notice them.

If you like any of the submitted updates (if you agree with the changed fields) then feel free to recommend it by pressing the recommend button. This way you'll make the job a lot easier for moderators reviewing the updates and also for any other users trying to find a working update. Please also remember to mark any unserious updates as spam so they (and the spammer) can be taken care of.
I like logic, hence I dislike humans but love computers.
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

i got some crippled strings here ,
Windows XP64, and cannot watch any stuff.
(have downloaded it twice to avoid crippled bytes ;) )

solved after updated the channel-list !!
Last edited by Rings on Tue Dec 25, 2007 7:54 pm, edited 1 time in total.
SPAMINATOR NR.1
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

I have found a prob with you channel list. As example in Germany we have a channel named DMAX but if i use this one it is no DMAX, it is NRW TV.
This is not the only one where i have this prob.
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

Rings wrote:i got some crippled strings here ,
Windows XP64, and cannot watch any stuff.
(have downloaded it twice to avoid crippled bytes ;) )
Well, you can remove that big screenshot if you want.

If you press "File->Update channels" then it will fix the problem! ;)
nicolaus wrote:As example in Germany we have a channel named DMAX but if i use this one it is no DMAX, it is NRW TV.
Well, maintaining a list of 2500 channels where people submit stuff each day is not easy work. If you want to be a moderator for the German channels then let me know.
I like logic, hence I dislike humans but love computers.
nicolaus
Enthusiast
Enthusiast
Posts: 456
Joined: Tue Aug 05, 2003 11:30 pm
Contact:

Post by nicolaus »

I have the next one of prob (only a small prob).
I have the screensafer activ and if i look TV with your Software, after 5 min my screensafer starts.

Can you at a option so that the program disable the screensafer if i start it and if i exit it the screensafer enables?

regards,
nico
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

nicolaus wrote:Can you at a option so that the program disable the screensafer if i start it and if i exit it the screensafer enables?
That's a really good idea! I'll see if I find some code for this.
I like logic, hence I dislike humans but love computers.
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Post by electrochrisso »

This works very good Joakim.
Even runs on my clunky old 550 mhz celeron laptop with 64 meg of ram, running win98se.
I only have dialup so I could only watch a few channels, but still worked ok. :)
PureBasic! Purely the best 8)
citystate
Enthusiast
Enthusiast
Posts: 638
Joined: Sun Feb 12, 2006 10:06 pm

Post by citystate »

Joakim Christiansen wrote:
nicolaus wrote:Can you at a option so that the program disable the screensafer if i start it and if i exit it the screensafer enables?
That's a really good idea! I'll see if I find some code for this.
I think this is what you're looking for:

Code: Select all

;disable ScreenSaver
SystemParametersInfo_(#SPI_SETSCREENSAVEACTIVE, #False, 0, 0)

;enable ScreenSaver
SystemParametersInfo_(#SPI_SETSCREENSAVEACTIVE, #True, 0, 0)
if it's not already set, #SPI_SETSCREENSAVEACTIVE should = $11 (17 in decimal)
there is no sig, only zuul (and the following disclaimer)

WARNING: may be talking out of his hat
Post Reply