Shreshth-mehra / Obsidian-TV-Tracker

Movie and Tv show tracker plugin for Obsidian
MIT License
8 stars 0 forks source link

Add option to display a checklist of episodes when adding TV show #5

Open willmanduffy opened 3 weeks ago

willmanduffy commented 3 weeks ago

I'd love to add TV shows to my watchlist and then query the movie db's API to get the list of seasons and episodes and then add them as a checklist to the new note.

It could look like this:

CleanShot 2024-10-20 at 18 40 22@2x

I like to check off episodes of shows as I watch them so I can track them. Eventually this could potentially even update the episodes seen number, but that feels much more complex and I'd keep it out of the scope of this original issue.

If you are open to it, I'd love to contribute and build this myself. I read over the code and it feels fairly straightforward.

Shreshth-mehra commented 3 weeks ago

This looks like a good addition. I think It would be best to create a command for it which fetches this information for the open file, checks if it's a TV show or not and then uses the TMDB ID to fetch and add the information. I'd be happy to do it as well but I'm quite busy till the end of the week. So feel free to get started and create a PR. Or if you can wait I can do it in the last few days of this month