You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the time, more and more lyrics grabber are failing:
Current status:
Broken, not converted to python3
alsong.py
baidu.py
lyricsmode.py
Converted to python3, tests executed accordin trac ticket:
ttplayer : Error: 'urlopen error timed out'
lyricswiki : Error: "You're not authorized to access this API."
lyricscom : ok
genius : Error: "The lyrics for the test search failed!" (*)
embedlrc : ok
darklyrics : Error: HTTP Error 418: I'm a teapot (**)
filelyrics : ok
(*) It seems they changed the API or deleted the access token which MythTV is using
(**) API changed?
According https://gitlab.com/ronie/script.cu.lrclyrics/-/tree/leia
the grabber 'genius' and 'darklyrics' can be fixed, and
'lyricswiki' and 'ttplayer' are marked as 'broken'.
The status of 'lyricsmode' needs to be evaluated.
The text was updated successfully, but these errors were encountered:
Cleanup imports and additional code for python2.
Fixed lyrics script 'darklyrics.py':
http request: provide required headers and cookie
Please note, that only a subset of the lyrics scripts are functional:
See MythTV#427 for details.
Refs MythTV#422
Cleanup imports and additional code for python2.
Fixed lyrics script 'darklyrics.py':
http request: provide required headers and cookie
Please note, that only a subset of the lyrics scripts are functional:
See #427 for details.
Refs #422
Platform: Ubuntu 18.04, 20.04, 21.10
MythTV version: v29, v31, master
Package version: N/A, self compiled
Component: MythMusic
What steps will reproduce the bug?
Run the python scripts located in mythtv/programs/scripts/metadata/Music/lyrics
as described in https://code.mythtv.org/trac/ticket/13545
How often does it reproduce? Is there a required condition?
Always
What is the expected behaviour?
The scripts pass the tests described in above trac ticket.
What do you see instead?
The scripts fail with output listed below
Additional information
This is the follow-up to
https://code.mythtv.org/trac/ticket/13545
and related to the python files in mythtv/programs/scripts/metadata/Music/lyrics.
Over the time, more and more lyrics grabber are failing:
Current status:
Broken, not converted to python3
Converted to python3, tests executed accordin trac ticket:
(*) It seems they changed the API or deleted the access token which MythTV is using
(**) API changed?
According
https://gitlab.com/ronie/script.cu.lrclyrics/-/tree/leia
the grabber 'genius' and 'darklyrics' can be fixed, and
'lyricswiki' and 'ttplayer' are marked as 'broken'.
The status of 'lyricsmode' needs to be evaluated.
The text was updated successfully, but these errors were encountered: