mediathekview / MServer

Server zum Steuern des Crawler
https://mediathekview.de
GNU General Public License v3.0
71 stars 20 forks source link

ZDF add episode to title #976

Closed codingPF closed 6 months ago

codingPF commented 7 months ago

Add season and episode to title of ZDF films. It will be added as " (S<>E<>)" at the end of the title

sonarcloud[bot] commented 7 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

pidoubleyou commented 7 months ago

programs like 'heute journal' or 'hallo deutschland' are also labeled with season and episodes, e.g. 'hallo deutschland vom 29. April 2024 (S2024E79). is this ok?

codingPF commented 7 months ago

I like the S notation - did not check if it is consistently incrementing each year but that’s what they provide / use - fine for me.

Can you reconsider you two digit reformatting commit? IMHO it only makes sense if you can sort by episode but since episode is at the end of the title - it is not sorting any way. I would prefer to keep it simple (in==out). But up to you…