mediathekview / MediathekView

Das Programm MediathekView durchsucht die Online-Mediatheken verschiedener Sender
https://mediathekview.de
GNU General Public License v3.0
863 stars 95 forks source link

"Zusätzliche Filmdaten laden" after reboot activated #657

Closed Streifi89 closed 2 years ago

Streifi89 commented 2 years ago

Hi,

i have a linux virtual machine. If it starts up, MediathekView (13.8.1) is in autostart (graphical) to download newest abonnements. every day the virtual machine restarts for cleanup.

I dont need "Zusätzliche Filmdaten laden" - so i deactivated

these options, save and restart application.

Unfortunately, sometimes this 4 options will be activated automatically (dont know why) and i download too much versions. Any ideas to deactivate these options permanently?

Bildschirmfoto 2022-04-16 um 10 53 15
MuenchenSued commented 2 years ago

These options are stored in ~/.mediathek3/settings.xml, when you close the program (the directory is hidden).

<filmlist>
....
  <load>
      <trailer>false</trailer>
      <audio_description>false</audio_description>
      <sign_language>false</sign_language>
      <livestreams>false</livestreams>
  </load>
</filmlist>

Please check the contents. It might get corrupted, if you shutdown the VM without leaving MV before. You can try to make this file read-only, once you have all adjusted. I use it also read-only, since I don't want my filters to be changed every time.

Streifi89 commented 2 years ago

These options are stored in ~/.mediathek3/setings.xml, when you close the program (the directory is hidden).

<filmlist>
....
  <load>
      <trailer>false</trailer>
      <audio_description>false</audio_description>
      <sign_language>false</sign_language>
      <livestreams>false</livestreams>
  </load>
</filmlist>

Please check the contents. It might get corrupted, if you shutdown the VM without leaving MV before. You can try to make this file read-only, once you have all adjusted. I use it also read-only, since I don't want my filters to be changed every time.

Thats a good idea - but i dont have the setup.xml - the given options are stored in settings.xml ;-) made it not writable know - looking forward if it has any problems in the future. Thanks for that hint!

derreisende77 commented 2 years ago

You are not supposed to write protect any of the config files as the application regularly writes data to them. If they change “automagically” then you have another problem with your setup. The forum may be a better information area as there are people who are you an almost same setup for MV.