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

Kodi Flaresolverr Autostarter For Windows #1171

Open
dobbelina opened this issue Sep 11, 2023 · 5 comments
Open

Kodi Flaresolverr Autostarter For Windows #1171

dobbelina opened this issue Sep 11, 2023 · 5 comments
Labels
helpful advice helpful advice

Comments

@dobbelina
Copy link
Owner

dobbelina commented Sep 11, 2023

This program sits in the system tray and monitors if kodi is running.
If it is, flaresolverr will be started without the console showing.
If kodi is shut down, flaresolverr will also be shut down.
It polls for these processes once every 10 seconds.

If you want FlareKodi.exe to autostart with windows, create a shortcut to it
and move here:
%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

FlareKodi.exe must be copied to the same folder as flaresolverr.exe
Download:FlareKodi.zip

@TarkusLV
Copy link

Since I primarily use Cumination on a streaming device, using the network to access FlareSolverr on my computer, this wouldn't work for me. Is there a way to run it all the time without the console showing?

@dobbelina
Copy link
Owner Author

Since I primarily use Cumination on a streaming device, using the network to access FlareSolverr on my computer, this wouldn't work for me. Is there a way to run it all the time without the console showing?

Create a text file and paste below, then save it with the vbs extension.
(example Flarestart.vbs)
Edit path to flaresolverr.exe to your actual install location in script below:

Dim WinScriptHost
Set WinScriptHost = CreateObject("WScript.Shell")
WinScriptHost.Run Chr(34) & "D:\flaresolverr\flaresolverr.exe" & Chr(34), 0
Set WinScriptHost = Nothing

If you want it to autostart with windows, copy the vbs file here:
%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

@TarkusLV
Copy link

Thank you so much, dobbelina!

@CableSix
Copy link

What can I do on Android?

@Cr4zyM0f01
Copy link

Is it possible to use Flaresolverr on xbox series? I'm now noticing many sites I used to use with the cloudflare challenge now :(

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

No branches or pull requests

4 participants