ITADN

fix(playlist): usage of new youtube api format for playlists/albums

#1654Pull RequestLlinksRechts 创建于 2024-06-24
L
LlinksRechtscommented
About a week ago, youtube apparently changed it's api, breaking a lot of apps like this one (see #1632, #1652, #1650, #1649, #1648, #1647, #1646, #1645, #1644, #1643, #1640, #1638, #1636, #1634, #1639); this is a rather quick-and-dirty fix to extract playlist/album info after this api change. For everyone that cannot wait until this gets merged (if it does) and can't build the app themselves: # DOWNLOAD HERE ↓↓↓ [app-release.zip](https://github.com/user-attachments/files/16118733/app-release.zip) # DISCLAIMER You will not be able to install this over an existing install from eg. f-droid because this apk is not signed and I don't have the keys to do so. You should be able to uninstall and then install this version, but note that **ALL YOUR DATA WILL BE GONE**, so back up before. # DOWNLOAD HERE ↑↑↑ ### Update 2024-06-30: The problem was there also for the song list of an artist - this is fixed now too. ### Update 2024-07-04: As @ andietablante18 pointed out, artist names were not shown in song search results; this now works again as well. ### Update 2024-07-07: Old databases may contain cached information scraped using the wrong api format and are thus still displayed as 'Unknown'; this patch now updates these albums as they are loaded. Thanks @ KingK2-gif for the reproducing example.
合并状态:未合并 54 条评论