garret1317 / yt-dlp-rajiko

improved radiko.jp extractor for yt-dlp
https://427738.xyz/yt-dlp-rajiko/
Other
23 stars 1 forks source link

chapters with played songs #6

Closed garret1317 closed 12 months ago

garret1317 commented 1 year ago

use noa apis to make chapters for songs played on the programme wont work very well for non-music programmes lol

https://radiko.jp/v3/feed/pc/noa/FMT.xml - live https://radiko.jp/v2/api/noa?station_id=INT&ft=20230616000000&to=20230616050000 - specific range there are limits to how far back in time it'll go, and how big a range you can have - not sure what these actually are

can i modify the metadata on the fly during a live stream? very probably not, so no live then

timefree probably doable though

garret1317 commented 12 months ago

have to calculate the chapter times from the absolute (clock) time sounds annoying

garret1317 commented 12 months ago

as an alternative to adding chapters on the fly for live, could i add them all at the end? (for the saved file)

garret1317 commented 12 months ago

hmm, new api https://api.radiko.jp/music/api/v1/noas/CCL?start_time_gte=2023-07-04T06:00:00%2B09:00&end_time_lt=2023-07-04T07:00:00%2B09:00

garret1317 commented 12 months ago

could i add them all at the end? (for the saved file)

no, can only return metadata once

garret1317 commented 12 months ago

worth documenting https://api.radiko.jp/music/api/v1/noas/ABC/latest?size=20 used for live