Being the lazy person that I am, I find it unnecessary that people should do the same mundane tasks in parallell. Such as searching the net for my weather images etc. So what about trying to assemble as much information as possible that is mainly of interest for us Vikings?=)
My Weather Sat. images?
http://wiki.team-mediaportal.com/MediaPortalSetup_WeatherImages
My radio stations and logos
Check this thread containing :
Norwegian radio logos
http://home.c2i.net/petteram/Norwegian Radio logos.rar
Norwegian radio playlists
http://home.c2i.net/petteram/Norwegian radio stations.rar
Swedish radio playlists:
https://forum.team-mediaportal.com/viewtopic.php?t=4700
Denmark, Finland?
My tv logos
This thread contains a rar file that seems to be the same logos used by o2grabber. Very nice channel logos.
Swedish TV logos:
https://forum.team-mediaportal.com/viewtopic.php?t=16342
TV tuning
Many norwegian users use cable tv, and every supplier and location have different tunings it seems.
DVB-T digital terrestrial broadcasts are in its infancy. Currently trial SD MPEG2 transmissions are transmitted from Oslo (Tryvann, 2 MUXes), Bergen, Trondheim and Eidsvoll (Mistberget, one MUX). Tuner settings that at least work for Oslo are now included with MP.
Some norwegians, especially in Østfold report good conditions for receiving Swedish transmissions.
Swedish DVB-T coverage is available here
Web-tv links
...
language files for LCD/VFD
If you are using the externaldisplay plugin and have a problem with non-english characters:
open ExternalDisplay.xml in the mp root install folder using notepad
Somewhere in the file (at the bottom of mine) you will find TranslateFrom. Update it to for instance:
...
regards
Knut
[edited in SweMarts links]
My Weather Sat. images?
http://wiki.team-mediaportal.com/MediaPortalSetup_WeatherImages
My radio stations and logos
Check this thread containing :
Norwegian radio logos
http://home.c2i.net/petteram/Norwegian Radio logos.rar
Norwegian radio playlists
http://home.c2i.net/petteram/Norwegian radio stations.rar
Swedish radio playlists:
https://forum.team-mediaportal.com/viewtopic.php?t=4700
Denmark, Finland?
My tv logos
This thread contains a rar file that seems to be the same logos used by o2grabber. Very nice channel logos.
Swedish TV logos:
https://forum.team-mediaportal.com/viewtopic.php?t=16342
TV tuning
Many norwegian users use cable tv, and every supplier and location have different tunings it seems.
DVB-T digital terrestrial broadcasts are in its infancy. Currently trial SD MPEG2 transmissions are transmitted from Oslo (Tryvann, 2 MUXes), Bergen, Trondheim and Eidsvoll (Mistberget, one MUX). Tuner settings that at least work for Oslo are now included with MP.
Some norwegians, especially in Østfold report good conditions for receiving Swedish transmissions.
Swedish DVB-T coverage is available here
Web-tv links
...
language files for LCD/VFD
If you are using the externaldisplay plugin and have a problem with non-english characters:
open ExternalDisplay.xml in the mp root install folder using notepad
Somewhere in the file (at the bottom of mine) you will find TranslateFrom. Update it to for instance:
Code:
<TranslateFrom>
<string>©</string>
<string>®</string>
<string>æ</string>
<string>Æ</string>
<string>ø</string>
<string>Ø</string>
<string>Ã¥</string>
<string>Ã…</string>
</TranslateFrom>
<TranslateTo>
<string>(c)</string>
<string>(R)</string>
<string>ae</string>
<string>AE</string>
<string>oe</string>
<string>OE</string>
<string>aa</string>
<string>AA</string>
</TranslateTo>
regards
Knut
[edited in SweMarts links]