I created this project some years back and the project just reached v1.1.0. I know most people have jellyfin servers and all set up, but if you have just a local folder of all your series saved up, you can use this to remember what you were watching.

All feedback is welcome. You can also contribute to the project

Repo: https://github.com/Dr-42/offflix

  • sunbunmanEnglish
    arrow-up
    5
    arrow-down
    0
    ·
    7 months ago
    link
    fedilink

    This looks awesome, I’ll be sure to check it out.

    • IsoSpandyOPEnglish
      arrow-up
      1
      arrow-down
      0
      ·
      7 months ago
      link
      fedilink

      Thank you so much. Feel free to leave any comments you might have

      • sunbunmanEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        7 months ago
        edit-2
        6 months ago
        link
        fedilink

        How do I use it? I downloaded it via MSYS2 on Windows 10 and I’m struggling to find a way to run the app.

        • IsoSpandyOPEnglish
          arrow-up
          1
          arrow-down
          0
          ·
          6 months ago
          edit-2
          6 months ago
          link
          fedilink

          If you installed it via

          cargo install offlix
          

          Then t should be available as a cli app. Also the app should be located in .cargo/bin in your MSYS2 home

          • sunbunmanEnglish
            arrow-up
            1
            arrow-down
            0
            ·
            6 months ago
            edit-2
            6 months ago
            link
            fedilink

            No installed via

            pacman -S mingw-w64-x86_64-mpv
            

            I’ll try via cargo and see how I go

            edit: getting the below:

            # ~
            $ cargo install offlix
            -bash: cargo: command not found
            
            # ~
            $ cargo install offflix
            -bash: cargo: command not found
            
            • sheaEnglish
              arrow-up
              3
              arrow-down
              0
              ·
              6 months ago
              link
              fedilink

              You don’t have cargo installed is what that message is telling you