sengsational / cwhelper

The code here is the background job for CW_EPG, an electronic program guide / DVR for Windows
1 stars 1 forks source link

SeriesID metadata not inclulded if database lacks SUBTITLE entry #31

Closed sengsational closed 2 weeks ago

sengsational commented 7 months ago

SeriesID JSON is populated from database field SUBTITLE, but if that does not exist, SeriesID does not get populated in the metadata.

I proposed this metadata should be generated as "C00" appended to a hash of the TITLE field.

TPeterson94070 commented 7 months ago

It should be C00EN prefixed on the hash of the TITLE field.

sengsational commented 7 months ago

There's a bit more processing now. When it gets to work on Title, if the SeriesID isn't populated, it puts in the default plus hash of the TITLE db field. I didn't test it, so I HOPE it will do that.

https://github.com/sengsational/cwhelper/commit/2904b79765e751618b4e17da5b7c0fb3a1fc3a46

TPeterson94070 commented 7 months ago

Success. Congrats!! image