Page 1 of 1
JLC's Internet TV v1.1.0 Final
Posted: Sat Dec 22, 2007 5:34 pm
by Joakim Christiansen
I finally decided to finish the new version now!
And I wish you all a happy Christmas!
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:


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)
Posted: Sun Dec 23, 2007 10:31 am
by Inf0Byt3
Very nice! Thanks!
Posted: Sun Dec 23, 2007 2:41 pm
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
Posted: Tue Dec 25, 2007 4:00 pm
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:
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.
Posted: Tue Dec 25, 2007 5:16 pm
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 !!
Posted: Tue Dec 25, 2007 5:40 pm
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.
Posted: Tue Dec 25, 2007 7:44 pm
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.
Posted: Wed Dec 26, 2007 8:32 am
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
Posted: Wed Dec 26, 2007 3:49 pm
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.
Posted: Thu Dec 27, 2007 3:26 am
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.

Posted: Thu Dec 27, 2007 5:53 am
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)