iTunes - subtitle downloader

Allows you to download subtitles from iTunes

< Feedback on iTunes - subtitle downloader

Review: OK - script works, but has bugs

§
Posted: 2024-05-18

There is an error in this line:
const playable = playables[Object.keys(playables)[0]];
Item 0 does not always contain the appropriate playable.
For example, in this movie proper item is 1 (item 0 is D+ garbage): https://tv.apple.com/pl/movie/prawdziwe-k%C5%82amstwa/umc.cmc.4f2mfbl3mrd9txbc6gtyvxu59
You need to check if playable.isItunes === true. If not, check the next item...

§
Posted: 2024-05-18

No. https://tv.apple.com/it/episode/olivia/umc.cmc.77zptii35zhvyecqk4ajlr7cm This one has isItunes set to false.

I fixed it properly in 1.3.9.

§
Posted: 2024-05-19
Edited: 2024-05-19

No. https://tv.apple.com/it/episode/olivia/umc.cmc.77zptii35zhvyecqk4ajlr7cm This one has isItunes set to false.

Because this is ATV+ stuff. I meant iTunes movies.
Anyway, thanks for the fix.

Post reply

Sign in to post a reply.