Giter VIP home page Giter VIP logo

plumber's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

plumber's Issues

how to trigger saving?

the app is loading the video but I don't know how to save the video then.
Also it seems I cant change the title that is automatically given by the tweet content.

Release tag

Hi. I know the version seems to be 3.1 but could you tag it in Git (e.g. 3.1.0)?

Video files with special characters can't be edited

Video files with special characters can't be edited.
Example filename: 'Blend-S - Opening | Bon Appétit♡S - ZRrauyTlT6U.mkv'

It could be either the '♡' or the " | " in the filename, not sure.

When trying to save the edit, this is displayed
"An error occured while processing your request "

App won't start on Arch Linux

Expected Behavior

The Plumber app should start normally.

Current Behavior

App won't start with the following output:

Gtk-Message: 00:17:08.673: Failed to load module "canberra-gtk-module"
QApplication: invalid style override passed, ignoring it.
    Available styles: Windows, Fusion
Fontconfig warning: FcPattern object weight does not accept value [40 210)
Segmentation fault (core dumped)

Steps to Reproduce

  1. Install Plumber through snap.
  2. Run plumber.

My Setup

  • OS: Arch Linux x86_64

  • Kernel: 5.10.11-arch1-1

  • Shell: bash 5.1.4

  • DE: GNOME 3.38.3

  • WM: Mutter

Depend on standard KDE/Qt snap instead on your own

Hi,

first thank you for providing this software and making it available as a snap!

The plumber snap depends on the qt515-core20 snap, that you also created:

$ snap connections plumber
Interface              Plug                     Slot                            Notes
[...]
content[qt515-core20]  plumber:qt515-core20     qt515-core20:qt515-core20       -

The problem with that is the disk space it uses.
How about depending on the kde-frameworks-5-102-qt-5-15-8-core22-sdk snap instead?
This "standard" snap is probably already installed on the systems of people who already use KDE software as snaps.

App will not install

I installed this app on Fedora 33 successfully about 5 months ago.
Now I'm trying to install it on another machine running Fedora 33. The application will not install. The install stalls here:
Screenshot_20210915_124804-1

Nothing happens after this.

Process exited with code 1 error

Getting this error with any YouTube URL. Tried running plumber with and without sudo, but to no avail.

Process exited with code 1
Traceback (most recent call last):
  File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/home/am/snap/plumber/28/.local/share/org.keshavnrj.ubuntu/Plumber/core/__main__.py", line 16, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/home/am/snap/plumber/28/.local/share/org.keshavnrj.ubuntu/Plumber/core/youtube_dl/__init__.py", line 15, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/home/am/snap/plumber/28/.local/share/org.keshavnrj.ubuntu/Plumber/core/youtube_dl/options.py", line 8, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/home/am/snap/plumber/28/.local/share/org.keshavnrj.ubuntu/Plumber/core/youtube_dl/downloader/__init__.py", line 3, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/home/am/snap/plumber/28/.local/share/org.keshavnrj.ubuntu/Plumber/core/youtube_dl/downloader/common.py", line 9, in <module>
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/home/am/snap/plumber/28/.local/share/org.keshavnrj.ubuntu/Plumber/core/youtube_dl/compat.py", line 2359, in <module>
  File "/usr/lib/python3.6/http/server.py", line 619, in <module>
    class SimpleHTTPRequestHandler(BaseHTTPRequestHandler):
  File "/usr/lib/python3.6/http/server.py", line 827, in SimpleHTTPRequestHandler
    mimetypes.init() # try to read system mime.types
  File "/usr/lib/python3.6/mimetypes.py", line 355, in init
    db.read(file)
  File "/usr/lib/python3.6/mimetypes.py", line 204, in read
    with open(filename, encoding='utf-8') as fp:
PermissionError: [Errno 13] Permission denied: '/etc/httpd/conf/mime.types'

File format & quality

How can I set output file format (ex. mp4, mkv...etc) and it's quality (ex. 240p, 360p... etc)?

Feature Suggestion: AppImage

Hi! I think having Plumber as an AppImage would be phenomenal, since it can work without installing flatpak or snap support.

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.