zaps166 / QMPlay2

QMPlay2 is a video and audio player which can play most formats and codecs.
GNU Lesser General Public License v3.0
861 stars 178 forks source link

qmplay2 deletes Radio.ini #112

Closed penguin31 closed 7 years ago

penguin31 commented 7 years ago

Randomly qmplay2 deletes Radio.ini file. I cant the frequency but simply the list of radio stations became blank because qmplay2 recreates a new Radio.ini.

zaps166 commented 7 years ago

I'll check this

penguin31 commented 7 years ago

I just found that Radio.ini was deleted in my work laptop,but this happens many times in my home machine / Windows and Linux also ! I have noticed this from the first time installing last version over the previous version as portable and I get trouble.I noticed that last version is not portable anymore (when one chose to install it on portable mode).You use Windows ...//user//documents and settings to save qmplay2 settings. Please check installer mode / portable and lets/respects user's defined directory for install because installer do not copy files in the directory in installer's path but to another one ; where installer starts ( I think). Please upgrade your code to make an silent upgrade from Help/Updates/Download Update or Upgrade with previous settings and backup in a zip file the previous installation inside the directory.I remember that Aimp.ru has used this method of upgrade. Suggestion. Can you add possibility to play stream files of TV ? Lets say one has downloaded a list file from internet and want to use qmplay2 to watch TV instead of KODI? I have tried a list of streamed TV but qmplay2 did not play it.

All the best . Have a great day !

zaps166 commented 7 years ago

I have tried a list of streamed TV but qmplay2 did not play it.

Not related to this issue, but could you give me this list? Maybe In separate issue.

Please upgrade your code to make an silent upgrade from Help/Updates/Download Update or Upgrade with previous settings and backup in a zip file the previous installation inside the directory.I remember that Aimp.ru has used this method of upgrade.

You can disable auto updates and do it manually. Backup of previous installation is not necessary, you can always disable updates and install older version (available on github).

All the best . Have a great day !

Thanks 😄

zaps166 commented 7 years ago

Ok, I caught the bug - sorry for this - I haven't tested it well (personally I rarely use "My radio stations"): radio list is read from settings only when Radio tab is visible. When it is not visible it doesn't read it and on close it saves empty list.

zaps166 commented 7 years ago

You use Windows ...//user//documents and settings to save qmplay2 settings. Please check installer mode / portable and lets/respects user's defined directory for install because installer do not copy files in the directory in installer's path but to another one ; where installer starts ( I think).

Which settings exactly (I can't reproduce)? If you have a problem with it, create a separate issue :)


Installer in portable mode unpacks QMPlay2 to chosen directory (e.g. Desktop) and that's all. Installer uses %temp% directory for runtime. Portable QMPlay2 means that in the same dir as QMPlay2.exe file is another (empty) file portable (w/o file extension). Then QMPlay2 creates settings in the same directory as exe file in settings subdir and also doesn't ask for file associations. Installer in portable mode creates the portable file.

penguin31 commented 7 years ago

Thanks for your work.

Just I rechecked issue of installer.Sorry my mistake. If one want to chose install in portable mode - first click portable and only after that change the path to the desired path, else if you fixed installing path and click portable,installer will reset your path to %user%//desktop/qmplay2.

Solved.

I still persist :-).Please ad to Qmplay2 an simple editor that can read and write Radio.ini and/or Playlist.pls file.

Have a great day !

zaps166 commented 7 years ago

I still persist :-).Please ad to Qmplay2 an simple editor that can read and write Radio.ini and/or Playlist.pls file.

Hmm, a button to run e.g. Notepad++ ? :smile: