-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The python is too long #22
Comments
Those are just warnings now and do not have any impact. Just ignore them. |
But the displayed subtitles appear and then disappear in a flash. The default subtitle files is working fine it's after I press F5 this happens. Is this supposed to happen? Am I missing the controls? The github page mentioned some controls but I'm assuming it's after the subtitles are shown persistently. |
Those warnings have nothing to do with your issue. |
No, I'm on i3wm. I tried with compton and without, using --x11-bypass... and without. Still the same. Does it necessarily need one of the compositors mentioned on the github page? |
Without a composite manager it won't work. Try other compositors. Or use Tk version without it. |
Hi,
So I'm getting this even after --x11-bypass...
[py part] Starting interSubs ...V: 0.000
QCssParser::parseColorValue: Specified color with alpha value but no alpha given: 'rgba 44, 44, 44'
QCssParser::parseColorValue: Specified color with alpha value but no alpha given: 'rgba 44, 44, 44'
/home/water/.config/mpv/scripts/interSubs.py:1572: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
self.subtitles.setGeometry(x, y, 0, 0)
/home/water/.config/mpv/scripts/interSubs.py:1575: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
self.subtitles2.setGeometry(x, y, 0, 0)
/home/water/.config/mpv/scripts/interSubs.py:1192: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python.
blur_color = QColor(outline_color.red(), outline_color.green(), outline_color.blue(), alpha)
Any clues?
THanks
The text was updated successfully, but these errors were encountered: