- Yubal version: v0.9.1
- Steps to reproduce
- Expected vs actual behavior:
- I expected this song to be downloaded, and not another song (albeit related and in the same album)
- The track name is also different
I was curious so I dig around. This is what GPT say:
The crucial bit is in TrackMetadata:
return self.atv_video_id or self.omv_video_id or self.source_video_id
So ATV always wins.
Then DownloadService calls that property and gives the resulting ID to the downloader.
Assuming GPT is correct, I think it's somewhat misleading to import a playlist and the tool is downloading something else. Is there an option to create a setting to always download the source video version?
I was curious so I dig around. This is what GPT say:
Assuming GPT is correct, I think it's somewhat misleading to import a playlist and the tool is downloading something else. Is there an option to create a setting to always download the source video version?