Brandon

Results 51 comments of Brandon

Not possible, the reason is that extensions can give items to Playnite to add to the sidebar and topbar but basically can only define how they look and what they...

That's true but I don't know if I want to do all the work of implementing the control and also everything around it, like implementing the necessary UI, code, settings...

Please follow the instructions here: https://github.com/darklinkpower/PlayniteExtensionsCollection/wiki/Extra-Metadata-Loader#videos-are-not-playing

Changes like this should be done in the control game matching algorithm and not to that method, since it calculates the [Jaccard Similarity](https://en.wikipedia.org/wiki/Jaccard_index) and this change would make it inaccurate....

A draft for the implementation is available here: https://github.com/darklinkpower/Playnite/commit/465c926bce8092fe16dc93c412e242a464787952 ![image](https://github.com/JosefNemec/Playnite/assets/1389286/8cbb597d-cfd0-4513-b768-c3ef576c9dce) With the changes in that commit, the parameters are being increased when the resolution is `480x270` and decreased when `3840x2180`...

I have a personal script that handles the start or close of Special K that may be of use. ```powershell function Start-SpecialkService { param( $cpuArchitecture, $skifPath ) $dllPath = [System.IO.Path]::Combine($skifPath,...

And found the extension I shared on the Playnite discord to generate the `steam_appid.txt` files, although it only works for P9. https://cdn.discordapp.com/attachments/699577276571975760/880682115086319686/Steam_AppId_Generator_1_0.pext But I think something like this should be...

> > And found the extension I shared on the Playnite discord to generate the `steam_appid.txt` files, although it only works for P9. https://cdn.discordapp.com/attachments/699577276571975760/880682115086319686/Steam_AppId_Generator_1_0.pext > > But I think something...

> > That one is for Playnite 8. Try with this, it should work https://cdn.discordapp.com/attachments/929214602200379392/929217657100697642/Steam_AppId_Generator_1_0.pext > > Thank you very much for the quick response and the help! Also, how...

I was going to suggest this but just as additional suggestion, it would be great if this was not only limited to folders if there's a selector. An use case...