Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playnite Directory path getting reset and plugin errors saying "Playnite not found! Set the path..." #33

Open
Jas-SinghFSU opened this issue Sep 27, 2023 · 6 comments

Comments

@Jas-SinghFSU
Copy link

image

Whenever I try to set the Playnite (portable) directory path and open flow launcher, it gives me the error "Playnite not found! Set the path in the settings." and automatically resets the directory path in the plugin settings to default.

My Playnite exists in D:\Playnite but the plugin doesn't seem to like that path?

@xSnufflesx
Copy link

xSnufflesx commented Feb 9, 2024

I get the same thing when i try to search for something but i dont even have ANY settings under the Playnite Plugin other then the Action Keyword https://i.imgur.com/F10RP2n.png

@Jas-SinghFSU
Copy link
Author

Jas-SinghFSU commented Feb 11, 2024

@JLewis1309 I was able to fix this by editing the settings file manually.

You can do so as well by modifying the settings.json file in C:\Users\your_username_here\AppData\Roaming\FlowLauncher\Settings\Plugins\Playnite and adding playnite_path to the json.

For example, these are my current settings.json:

{
  "playnite_path": "D:\\Playnite",
  "hide_uninstalled": "true",
  "show_hidden": "false"
}

Where my Playnite is in my D drive's root directory.

@Garulf
Copy link
Owner

Garulf commented Feb 11, 2024

Sorry a lot has changed in Flow Launcher and this plugin is in serious need of an update.

I plan to update this plugin when I can.

@Rofii
Copy link

Rofii commented May 4, 2024

@JLewis1309 I was able to fix this by editing the settings file manually.

You can do so as well by modifying the settings.json file in C:\Users\your_username_here\AppData\Roaming\FlowLauncher\Settings\Plugins\Playnite and adding playnite_path to the json.

For example, these are my current settings.json:

{
  "playnite_path": "D:\\Playnite",
  "hide_uninstalled": "true",
  "show_hidden": "false"
}

Where my Playnite is in my D drive's root directory.

I don't have a settings.json only a SettingsTemplate.yaml

@Jas-SinghFSU
Copy link
Author

@Rofii You should be able to create a new file called settings.json and paste that content into it. Of course with playnite_path being your path instead.

@Landxhent
Copy link

@JLewis1309 I was able to fix this by editing the settings file manually.

You can do so as well by modifying the settings.json file in C:\Users\your_username_here\AppData\Roaming\FlowLauncher\Settings\Plugins\Playnite and adding playnite_path to the json.

For example, these are my current settings.json:

{
  "playnite_path": "D:\\Playnite",
  "hide_uninstalled": "true",
  "show_hidden": "false"
}

Where my Playnite is in my D drive's root directory.

Thank you! That helped! Now need to find out why there are no icons at the results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants