Code Monkey home page Code Monkey logo

Comments (9)

DYefremov avatar DYefremov commented on August 16, 2024

Hi,
Until I thought not about it. Later I plan to make it possible to run the program without installation (as portable). In the meantime, I recommend reading this for example. I hope it help.

from tvdemon.

DYefremov avatar DYefremov commented on August 16, 2024

Did a quick test in Manjaro Linux:
TVDemon
run

Installation

  1. Install dependencies in terminal.
    sudo pacman -Syu python-setproctitle mpv python-imdbpy python-unidecode

  2. Download and unzip the archive.

  3. In the folder in which the sources were unzipped, we give the commands:
    sudo ./test
    sudo chmod -R 755 /usr/share/tvdemon
    sudo chmod -R 755 /usr/lib/tvdemon

P.S. I think a better option is to create a separate PKGBUILD for Arch. Perhaps someone will take on this mission. Or I'll do it myself later.

from tvdemon.

candrapersada avatar candrapersada commented on August 16, 2024

does TVDemon use youtube-dl like Hypnotix in Linux Mint or does it use yt-dlp as a dependency?

from tvdemon.

DYefremov avatar DYefremov commented on August 16, 2024

does TVDemon use youtube-dl like Hypnotix

Yes, but this is more related to MPV.

from tvdemon.

DYefremov avatar DYefremov commented on August 16, 2024

Since version 1.1.0 it is possible to run the program without installation (portable mode). It is enough to download the archive with the sources, unpack and double-click on the *.desktop file.
Or via console in the root of the folder: ./tvdemon

from tvdemon.

candrapersada avatar candrapersada commented on August 16, 2024

I recently encountered an error while trying to install a Python package using pip on my Manjaro system. The error message I received was:

pip3 install imdbpy
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try 'pacman -S python-xyz', where xyz is the package you are trying to install.

    If you wish to install a non-Arch-packaged Python package, create a virtual environment using 'python -m venv path/to/venv'.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip.

    If you wish to install a non-Arch packaged Python application, it may be easiest to use 'pipx install xyz', which will manage a virtual environment for you. Make sure you have python-pipx installed via pacman.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

from tvdemon.

DYefremov avatar DYefremov commented on August 16, 2024

I think that in Arch you should install the python-cinemagoer (formerly python-imdbpy) package. More info here.

from tvdemon.

Related Issues (5)

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.