Skip to content

issues Search Results · repo:jaseg/python-mpv language:Python

Filter by

242 results
 (77 ms)

242 results

injaseg/python-mpv (press backspace or delete to remove)

Arch Linux recently updated mpv to 0.40.0, and this broke a program I use that depends on this library (jellyfin-mpv-shim). More info can be found in this issue. If I understand it correctly, the new ...
  • SergeantBiggs
  • Opened 
    2 days ago
  • #297

help please does someone know here how can i add custom header, i cant see any function about it on mvp.py and not on command line like this import mpv player = mpv.MPV() player.set_http_headers() thankssssss ...
  • burat-ni-junjun
  • 1
  • Opened 
    on Dec 30, 2024
  • #294

This function will not run, as the command it calls has a typo: res_y=res_Y should be res_y=res_y
  • wcurti
  • Opened 
    on Dec 30, 2024
  • #293

hi, thanks for this library, it is very useful. occasionally I am running into this error when using play_bytes(): Traceback (most recent call last): File /home/robin/.local/lib/python3.13/site-packages/aiohttp/web_protocol.py ...
  • Derkades
  • 2
  • Opened 
    on Dec 13, 2024
  • #292

import mpv options = { stream-lavf-o-append : reconnect_on_network_error=yes } player = mpv.MPV(log_handler=print, input_default_bindings=True, input_vo_keyboard=True, **options) print(player[ stream-lavf-o ...
  • Aiayalethe
  • 2
  • Opened 
    on Dec 3, 2024
  • #291

I m doing player.wait_for_playback() and expecting it to return or raise a ShutdownError. Instead I get a TypeError: Traceback (most recent call last): File /tmp/mp , line ...
  • eric321
  • 3
  • Opened 
    on Dec 3, 2024
  • #290

for example: class MpvWidget(QWidget): def __init__(self, parent=None): super().__init__(parent) self.player = MPV( wid=str(int(self.winId())), log_handler=None, ...
  • lzy-zj
  • 1
  • Opened 
    on Nov 16, 2024
  • #289

I wrote a little program that uses ytdl to play a youtube video link parsed from a atom feed . it plays tadc(The amazing digital circus) which is availible in multiple languages with youtubes audiotrack ...
  • vemas23
  • 1
  • Opened 
    on Oct 27, 2024
  • #288

when installing stage packages for snaps ( -python-mpv ), im getting this error: ** python-mpv requires libmpv with an API version of 1.108 or higher (libmpv =0.33), but you have an older version 1.107 ...
  • cluemaster-robert
  • 1
  • Opened 
    on Oct 18, 2024
  • #287
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub