gitAdrianK / pir-radiostation-analyser

"Programmieren in Rust" Course Project
MIT License
2 stars 1 forks source link

Splitting at "-" or "von" unreliable #9

Closed gitAdrianK closed 7 years ago

gitAdrianK commented 7 years ago

Should "-" or "vor" be used other than dividing title and artist the split might not be correct.

wimueller commented 7 years ago

Which WDR Channel do you mean?

gitAdrianK commented 7 years ago

All of them, since they only provide a single line of text. I'm tempted to only fix it for NJOY and NDR stations and close it with the tag "wontfix"

gitAdrianK commented 7 years ago

Naive attempt at fixing "-"-split by requiring spaces before and after.