You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the option "Ignore articles in title" only works for English articles. Would it be possible to extend this for further language too? E.g. for German it would be: der/die/das/ein/eine
To implement this it would also be a good idea to implemented this in an XML file here in Github, so the community could maintain this on their own.
The text was updated successfully, but these errors were encountered:
One technical aspect you should consider: Will these sort tokens work only for the set app language or over all languages? For last implementation there might be some (rare) side effects: E.g. a podcast with the title "Die Another Day" will be sorted differently because "Die" (The) is an German article. Or maybe you should consider the pdocast language (if available) to determine the sort tokens.
Ideally the app should detect the language used for the title and then apply the applicable tokens. That can be very challenging if the title is very short or written in an informal way. Using the language of the podcast is a good workaround.
Currently the option "Ignore articles in title" only works for English articles. Would it be possible to extend this for further language too? E.g. for German it would be: der/die/das/ein/eine
To implement this it would also be a good idea to implemented this in an XML file here in Github, so the community could maintain this on their own.
The text was updated successfully, but these errors were encountered: