this post was submitted on 04 Apr 2024
141 points (99.3% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

53939 readers
382 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder


💰 Please help cover server costs.

Ko-FiLiberapay


founded 1 year ago
MODERATORS
141
Offflix - Series manager for your local downloads (user-images.githubusercontent.com)
submitted 5 months ago* (last edited 5 months ago) by IsoSpandy@lemm.ee to c/piracy@lemmy.dbzer0.com
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] IsoSpandy@lemm.ee 1 points 5 months ago* (last edited 5 months ago) (1 children)

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
[–] aPirate@lemmy.dbzer0.com 1 points 5 months ago (1 children)

It fixed that issue but now there is a new one here is the error message that I am getting now. The message is so long that I have to put it on paste bin https://bin.disroot.org/?8c1747a08e3ce021#2i5ZpnjAjUrHQVrE8Q8Ea9hiWiJoe2V3XMePRHhdnbEs, but here is the start and end of the error message below.

start : error: linking with `cc` failed: exit status: 1

end : = note: /usr/bin/ld: cannot find -lmpv: No such file or directory
          collect2: error: ld returned 1 exit status
        
error: could not compile `offflix` (bin "offflix") due to previous error
error: failed to compile `offflix v1.1.3`, intermediate artifacts can be found at `/tmp/cargo-installyRaq9u`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path.



[–] IsoSpandy@lemm.ee 1 points 5 months ago (1 children)

You need a c compiler. Install gcc or clang

sudo apt install gcc
sudo apt install clang
[–] aPirate@lemmy.dbzer0.com 1 points 5 months ago (1 children)

It is still having the same error as before even with installing clang.

[–] IsoSpandy@lemm.ee 1 points 5 months ago* (last edited 5 months ago) (1 children)

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

[–] aPirate@lemmy.dbzer0.com 1 points 5 months ago (1 children)

It just tried using my system package manager, I will try with rustup and if that doesn't work I'll wait for the flatpak. Thank you for all your help!

[–] IsoSpandy@lemm.ee 1 points 5 months ago (1 children)

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

[–] aPirate@lemmy.dbzer0.com 1 points 5 months ago (1 children)

Weird its still giving me the same error after doing that, I'll just wait for the flatpak thanks for all your help though.

[–] IsoSpandy@lemm.ee 1 points 5 months ago

I see... Okay then.