mmmmmtasty / SportScanner

Scanner and Metadata Agent for Plex that uses sportdb
101 stars 31 forks source link

Feature request: More detail in episode.summary #9

Closed rickjtaylor closed 8 years ago

rickjtaylor commented 8 years ago

Today, the episode.summary is being set to "Matched by SportScanner"

I've now taken to updating that manually with more descriptive info, the following: episode.summary = matched_episode['strAwayTeam']+" ("+matched_episode['intAwayScore']+") at "+matched_episode['strHomeTeam']+" ("+matched_episode['intHomeScore']+")\r\n\r\n"+matched_episode['strDescriptionEN']+"\r\n\r\nMatched by SportScanner"

For NBA games, it ends up very nice looking in Plex.

Consider adding some more detail to the summary field. It seems to be the primary "custom" field in Plex where one could add more detail from thesportsdb.com

I recognize that my format is only appropriate for sports where there are two competing teams. I suspect a more elegant, "sport-aware" solution exists.

Thanks!

p.s. I don't know why, the \r\n do nothing. They did in a previous version of the agent. One thing at a time :)

mmmmmtasty commented 8 years ago

I like the idea and I think I can put some effort into making it nice (maybe including stadium/track names where relevant as well).

I really DONT like the idea of putting the score in the description though! If I go to watch a game that happened the previous evening I really really really don't want to see the score before I watch it.

I'll put this on the stack though, watch this space.

Bart274 commented 8 years ago

Yeah, I also like that idea, but indeed without the score. That would be a huge spoiler :)

Op 19 nov. 2015 om 22:10 heeft mmmmmtasty notifications@github.com het volgende geschreven:

I like the idea and I think I can put some effort into making it nice (maybe including stadium/track names where relevant as well).

I really DONT like the idea of putting the score in the description though! If I go to watch a game that happened the previous evening I really really really don't want to see the score before I watch it.

I'll put this on the stack though, watch this space.

— Reply to this email directly or view it on GitHub.

rickjtaylor commented 8 years ago

Agreed! Score is a dumb idea. My bad!

mmmmmtasty commented 8 years ago

I've added some stuff that should be able to help for sports where there are two teams competing or motorsports. More stuff will be added but let me know what you think

rickjtaylor commented 8 years ago

I am very happy with how this is, right now. Works perfectly for the things that I have been scanning. Can't wait to see new stuff. Thanks!

mmmmmtasty commented 8 years ago

I have no plans to change anything here so I'm closing this. New feature requests please if anyone wants anything different.