smplayer-dev / smplayer

Free Media Player for Windows, Linux and Mac OS with YouTube support.
https://smplayer.info
GNU General Public License v2.0
668 stars 94 forks source link

support export config file or import config file #843

Open newyorkthink opened 11 months ago

newyorkthink commented 11 months ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Raza-0007 commented 11 months ago

As a stopgap measure all you need are two files: smplayer.ini and playlist.ini. All smplayer user level settings are stored in these two files. When you install a new version of smplayer, just run it once to generate these files, then you can just overwrite the new files with your old files. This will act the same as importing your old settings to the new player.

These files are in different locations depending on whether you are using a potable version of smplayer or install version. You can search for them to find their exact location.

~Raza