Normal
Starting with MP 1.0.1 alpha / svn 23144 we have done some restructuring of tuning information handling to get rid of different file formats (see also: 0002315: Rework tuningdetails to use a common format - MediaPortal Bugtracker)new filesystem structure (\ProgramData\Team MediaPortal\MediaPortal TV Server\TuningParameters) contains one subfolder per tuning source:[CODE]TuningParameters\atscTuningParameters\dvbcTuningParameters\dvbipTuningParameters\dvbsTuningParameters\dvbt[/CODE]all files inside (except DVBIP) are now completly XML based. This simplifies reading and writing much. For samples see current content of folders. When you edit manually, check for case-sensitivity!for DVB-S(2) users: we now have only one xml for both DVB-S and DVB-S2 transponders. To scan both, you have to check "enabled s2 scan".the DVB-T tuning info are now separated for each provider; additions and modifications can be made easier.For DVB-C and DVB-T we now have to selection boxes for fast lookup of your region:- Country- Region / ProviderThe list get filled by following naming conventions:dvbc\country.region_or_provider.xmldvbt\country.region_or_provider.xmlnew feature to create own tuning details. Creating the list of transponders is easier then ever before:for DVB-C ( DVB-S work in progress) you can do a manual scan for a NIT (Network Information Table). There the provider lists up all transponders. After scanning you are able to save the list for later usage and / or uploading here to share (see naming conventions above)
Starting with MP 1.0.1 alpha / svn 23144 we have done some restructuring of tuning information handling to get rid of different file formats (see also: 0002315: Rework tuningdetails to use a common format - MediaPortal Bugtracker)