Git Product home page Git Product logo

Comments (4)

UntriexTv avatar UntriexTv commented on September 21, 2024 1

You might need to remove cache. It has the playlist cashed.
For me it was in homedir/.cache/casualOnTheSpot
I deleted the whole folder but needed to log in again.
EDIT: sorry now I noticed you use windows. I am not sure where it saves cache.

from onthespot.

trooper avatar trooper commented on September 21, 2024

This worked, thanks!

The only downside is that, as you said, you need to log in again

On Windows the cache is at:

c:\Users\$USERNAME\.cache\casualOnTheSpot

I'll keep this as open as it's still an unresolved bug technically

from onthespot.

oskarparsim avatar oskarparsim commented on September 21, 2024

If you don't want to re-log every time you clear the cache, you can delete everything but the "sessions" folder. This way you stay logged in but it still clears the cache

from onthespot.

lunndal avatar lunndal commented on September 21, 2024

As a workaround I wrote a little script to optionally delete any cache desired and hide the log console, before starting onthespot.

If it can be useful to anyone, it can be found here: https://github.com/lunndal/onthespot-cachefix/

Syntax

All arguments are optional.

.\Start-OnTheSpot.ps1
    -DeleteCahce    What parts of the cache to delete before starting onthespot.
        All         Delete entire cache. Forcing all files to be downloaded.
        Playlists   Delete only cached playlists. Will only download new files in list.
        None        (Default) Delete nothing.
    -HideConsole    Hide the log console.
    -Executable     Path and filename to onthespot executable.
    -Cache          Path to the reqcache directory.

Example

.\Start-OnTheSpot.ps1 `
    -HideConsole `
    -DeleteCache Playlists `
    -Executable "C:\Program Files\onthespot\onthespot_win_ffm.exe"`
    -Cache "C:\Users\USERNAME\.cache\casualOnTheSpot\reqcache"

from onthespot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.