-
11-17-2011, 02:37 PM #1New Member
Achievements:


- Join Date
- Nov 2011
- Location
- Germany
- Posts
- 6
- Points
- 908
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
Where can I find channel-/ transponder-Info? (7606)
Hi all,
I have a 37PFL7606K for testing at home.
At first I searched all the channels and transponder for TV stations (DVB-T & DVB-S).
On both I have some TV stations more then once and I want to remove the unnecessary stations.
But I cannot find the station data like channel no., frequency, transponder etc.
Is there any trick to show the wanted infos?
Thanks in advance
Horst
-
11-21-2011, 12:08 PM #2Gold Member
Achievements:


- Join Date
- Mar 2011
- Location
- Germany
- Posts
- 276
- Points
- 1,885
- Level
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 3
i dont see a way to get this informations out of the TV...
-
11-21-2011, 12:54 PM #3New Member
Achievements:


- Join Date
- Nov 2011
- Location
- Germany
- Posts
- 6
- Points
- 908
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
-
12-09-2011, 04:50 PM #4New Member
Achievements:


- Join Date
- Nov 2011
- Location
- Germany
- Posts
- 6
- Points
- 908
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
And it really works!
After calling the Philips service I found the following(Sorry, my mother tongue is German an so the menu topics are in german).
For DVB-T:
Home => Konfigurationen => Sendereinstellung => Einstellung der Sender => Digital: Kontrolle der Sender => Suchen
Now the actual frequency is shown, but not the channel no.
For DVB-S:
Home => Konfigurationen => Satellitensuche => Signalempfangstest =>
Now you can get the following values in order:
LNB (Satellite), polarization, symbol rate and frequency
Why Philips makes this so complicated is their secret.
The easiest way to show the required values would be in "Option => Status" where also the signal level and signal quality is shown.
Have a nice day
Horst
-
12-10-2011, 10:10 AM #5Silver Member
Achievements:



- Join Date
- May 2011
- Location
- 32PFL7606K FW Q5551-0.14.93.0_bld11a
- Posts
- 188
- Points
- 2,368
- Level
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 2
As you have the 7606, there's also another trick:
Enter http://<tv-ip-address>:1925/1/channels
in your browser, save the file and open in text editor.
Then look for the channel you are interested in, take the id ("<id>":) and enther:
http://<tv-ip-address>:1925/1/channels/<id>
and save the file again and open it in a text editor.
You can also use a javascript file like this:
I didn't try it though, so I'm not sure what informations exactly you'll get.
<html>
<head><TITLE>Test Jointspace with JSON</TITLE>
<script type="text/javascript">
function gettheinfourl()
{
var http = new XMLHttpRequest();
var p = document.forms['settings'];
var url = "http://" + p['tvipaddr'].value + ":1925"+ p['infourl'].value;
http.onreadystatechange = function() {
if(http.readyState == 4 && http.status == 200)
{
document.getElementById("jsresult").innerHTML=http .responseText.replace(/\n/g, '<br/>');
} }
http.open( "GET", url, true );
http.send( null );
}
</script>
</head>
<body>
<form name="settings" action="" method="POST">
TV IP address<input type="text" name="tvipaddr">
<br>
<br>
GET Info URL: <input type="text" size=100 name="infourl">
<input type="button" name="getinfourl" value="Get Info" onclick="gettheinfourl()">
</form>
<script type="text/javascript">
var p = document.forms['settings'];
p['tvipaddr'].value = "192.168.178.33";
p['infourl'].value = "/1/channels";
</script>
JointSpace GET Result:<br>
<span id="jsresult"></span><br />
</body>
</html>Last edited by matthias; 12-10-2011 at 11:02 AM. Reason: replace newline with br
-
12-10-2011, 04:27 PM #6New Member
Achievements:


- Join Date
- Nov 2011
- Location
- Germany
- Posts
- 6
- Points
- 908
- Level
- 7
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Rep Power
- 0
Hallo matthias
thanks for the tip, I will try it asap.
Horst
Similar Topics
-
7606 and USB-Recording: Fast Forward / Jump
By PaulPanzer in forum TV: USB-recordingReplies: 5Last Post: 02-17-2012, 05:32 PM -
Problems 7606/7656 (Sound/Shutdowns....)
By iceraul in forum TV: OtherReplies: 20Last Post: 12-14-2011, 08:04 PM -
7606 loungelight?
By B|G1 in forum TV: User InterfaceReplies: 10Last Post: 12-05-2011, 03:50 PM -
'Channel up' and 'Channel down' buttons in IP-EPG
By EdgarPrao in forum TV: Software 2010 modelsReplies: 6Last Post: 11-03-2011, 03:22 PM -
PHILIPS : info about next firmware?
By theflyer1972 in forum Smart TV: SoftwareReplies: 14Last Post: 01-20-2011, 03:19 PM


, thats to bad. Never the less, thank you for your reply.

Bookmarks