Package Details: subtitld 23.02-3

Git Clone URL: https://aur.archlinux.org/subtitld.git (read-only, click to copy)
Package Base: subtitld
Description: Subtitld: An open source software to create, edit and transcribe subtitles
Upstream URL: https://www.subtitld.org/
Keywords: captions multimedia subtitle
Licenses: GPL3
Submitter: Vekhir
Maintainer: Vekhir
Last Packager: Vekhir
Votes: 1
Popularity: 0.000007
First Submitted: 2023-01-17 04:01 (UTC)
Last Updated: 2023-11-17 18:28 (UTC)

Latest Comments

1 2 Next › Last »

Vekhir commented on 2024-09-09 00:53 (UTC)

You may want to make the case for it upstream, so everyone can benefit from that.

micwoj92 commented on 2024-09-08 20:16 (UTC)

I would say the issue is that unneeded deps are downloaded. Obviously it's not heavy, but still a small bit. I would say biggest issue is python-cleantext, since it's another AUR pkg to keep track of.

Vekhir commented on 2024-09-07 07:38 (UTC)

@micwoj92 I am aware that they are not necessary, see also https://gitlab.com/jonata/subtitld/-/issues/66. However, the install instructions want them, so they are included here.

If they cause issues, I'll remove them, but until then, I stay with upstream.

micwoj92 commented on 2024-09-05 19:56 (UTC)

Several dependencies not needed according to namcap:

subtitld W: Dependency included, but may not be needed ('python-cffi')
subtitld W: Dependency included, but may not be needed ('python-cleantext')
subtitld W: Dependency included, but may not be needed ('python-certifi')
subtitld W: Dependency included, but may not be needed ('python-lxml')

python-lxml is already a dependency of python-docx, subtitld launches fine without remaining 3 althrough I didnt test functionality.

Tio commented on 2023-11-17 19:40 (UTC)

Works now thank you very much!

Vekhir commented on 2023-11-17 18:34 (UTC)

Apparently the issue reoccurred with MPV 0.36. The patch remove-gpu-hwdec-interop.patch removes the offending line to avoid this issue in the future.

Vekhir commented on 2023-11-17 16:54 (UTC)

@Tio Which version of mpv do you have installed? This is an issue with MPV 0.35.0. See also https://gitlab.com/jonata/subtitld/-/issues/65#note_1326530481

Tio commented on 2023-11-17 16:47 (UTC)

I cannot start it on Manjaro:

 subtitld                                                                 
Traceback (most recent call last):
fatal cplayer No hwdec backend named 'vaapi-egl' found!
  File "/usr/bin/subtitld", line 33, in <module>

    sys.exit(load_entry_point('subtitld==23.2.0.0', 'gui_scripts', 'subtitld')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/subtitld/__main__.py", line 300, in main
    app.main = Subtitld()
               ^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/subtitld/__main__.py", line 117, in __init__
    self.player.load(self)
  File "/usr/lib/python3.11/site-packages/subtitld/interface/player.py", line 338, in load
    self.player_widget = MpvWidget()
                         ^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/subtitld/interface/player.py", line 76, in __init__
    setattr(widget.mpv, key, value)
  File "/usr/lib/python3.11/site-packages/mpv.py", line 2022, in __setattr__
    self._set_property(_py_to_mpv(name), value)
  File "/usr/lib/python3.11/site-packages/mpv.py", line 2014, in _set_property
    _mpv_set_property_string(self.handle, ename, _mpv_coax_proptype(value))
  File "/usr/lib/python3.11/site-packages/mpv.py", line 148, in raise_for_ec
    raise ex
TypeError: ('Tried to get/set mpv property using wrong format, or passed invalid value', -9, (<MpvHandle object at 0x7fdf39c5e2a0>, b'gpu-hwdec-interop', b'vaapi-egl'))

kata55 commented on 2023-08-13 19:34 (UTC) (edited on 2023-08-13 19:34 (UTC) by kata55)

This fails to install atm due to a 404 error in python-i18n, see: https://aur.archlinux.org/packages/python-i18n#comment-929094