Skip Navigation

User banner
Posts
16
Comments
271
Joined
2 yr. ago

  • Uninstall the system package manager... Then install with rustup.

  • Did you install cargo using rustup? Or did you use the system package manager. Using rustup is the preferred method.

    PS I don't have my dev machine with me a this moment. But as I can see many people have so many installation issues, I will try to create a flatpak for the application. I will post soon

  • You need a c compiler. Install gcc or clang

     
        
    sudo apt install gcc
    sudo apt install clang
    
      
  • Let the chant begin

    KDE! KDE! KDE! Death to foot fetish Death to mice Death to everybody who dont rice

    KDE! KDE! KDE!

  • Seems like you need openssl for some dependancy. What distro are you using. You can install openssl development libraries and check again.

    I just saw you said ubuntu

    You need to run

     
        
    sudo apt install libssl-dev
    
      

    The run

     
        
    cargo install offflix
    
      
  • Hey mods... Ever heard of free speech? People can have opinions... Let people decide by upvotes and down votes. Why the unnecessary censoring?

  • A man of culture

  • Just type cargo install offflix. Then you will get it.

  • If you installed it via

     
        
    cargo insall offlix
    
      

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

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

  • The software inherently tracks the series for you. The data is saved in your .config/offflix folder

  • Please try it out and leave feedback if you wish. I am happy if it helps even one more person than me.

  • I am building this mainly for my personal use. Plus most of dedicated software tries to pander to a large audience incuring bloat. Hence I am not adding networking features now. But I really love my software and if I set up over the network media servers I will update this to that. It's ultimately my code and as you can see by the lack of other people contributing and the software not being that massively popular I don't think anybody will mind.

  • After the movie there is an entire season. And a season 3 is coming soon. I suggest you re-watch from the start. Wouldn't want to miss out on little kids suffering /s. But honestly it is a very beautiful anime.

  • Yes... Though I haven't used kodi. I thought of including movies too... But I couldn't think of a place to reliably scrape tags and details about movies.

  • You like mpv? I like mpv. And guess what offflix uses mpv

  • I completed all of what has been released till now. I watched season 1 and then experienced the super long hiatus. I never expected s2 to come out.

  • Ohhh. No worries. Thanks for the feedback. If I ever acquire the hardware to test I will add the features

  • Do you know how to code? If so I would love on adding network share features. But I don't have a server and all setup to test it.