Jump to content

Wie kann ich die deutschen Artikel (Die/Das) beim sortieren ignorieren?


Der Typ

Recommended Posts

Hallo zusammen,

 

bin ein ganz frischer Emby Benutzer und habe folgende Frage zur Sortierungsanzeige in der Bibliothek.

 

Filme mit dem englischen Artikel "The" sowie dem deutschen Artikel "Der" werden beim sortieren ignoriert, nur leider nicht beim deutschen Artikel "Die" und "Das". Somit habe ich

etliche Filme unter dem Buchstaben "D". Wie kann ich dies ändern? Geht dies über Emby-Einstellungen, oder muss ich ein Config-File anpassen? Und wenn ja wo finde ich dies?

Schon mal vielen Dank für eure Hilfe! :)

 

 

Link to comment
Share on other sites

Happy2Play

This has been updated in 4.4

  <SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>das</string>
    <string>der</string>
    <string>el</string>
    <string>la</string>
  </SortRemoveWords>

https://emby.media/community/index.php?/topic/69062-treat-foreign-articles-like-english-the/

https://emby.media/community/index.php?/topic/37890-feature-request-ignore-more-articles-than-the/

Link to comment
Share on other sites

Der Typ

Thank you! Is this the right path for the system.xml:

/var/lib/emby-server/config/system.xml

 

 

EDIT:

 

Don't have the folder "emby-server" under "/var/lib"

 

My Emby Server is running on Synology NAS. Emby-Server Version 4.3.1.0-1

Edited by Der Typ
Link to comment
Share on other sites

Near the top of your emby server log file you'll see the program data path.

 

Start from there, then go /config/system.xml

 

Please let us know if this helps. Thanks !

  • Like 1
Link to comment
Share on other sites

Der Typ

The Log File Path is: Program data path: /var/packages/EmbyServer/ and Application directory: /volume1/@appstore/EmbyServer/releases/4.3.1.0

 

But there's no config Folder and no system.xml. 

 

No system.xml File via File Search (Connected to the NAS via WinSCP).

 

EDIT:

 

There it is! /volume1/@appstore/EmbyServer/var/config/

 

Thank you! :) 

Edited by Der Typ
Link to comment
Share on other sites

Der Typ

After editing the system.xml it doesn't take any effect. It's the the same, all Movies beginning with 'Die' are under the Letter 'D'. Hope this will be fixed with the next emby server update.

Link to comment
Share on other sites

pünktchen

Da muss nix gefixt werden. Füge mal einen Film deiner Bibliothek hinzu und du wirst sehen es funktiert. Die Einstellung gilt immer nur für neue Elemente. Deine vorhanden Filme haben jetzt leider schon den "falschen" Sortiertitel in der Datenbank.

Link to comment
Share on other sites

Der Typ

Okay, dann werde ich die entsprechenden Filme entfernen, DB aktualisieren und dann wieder hinzufügen. Werde berichten ob es geklappt hat ;)

Link to comment
Share on other sites

  • 3 years later...
Kandidat1999

Ist denn da mittlerweile eine Einstellung für vorhanden, konnte aber erstmal nichts finden, weil ich hätte schon gerne die Artikel vor dem Film, wenn der Film nun mal mit "Der" "Das" usw beginnt, dann soll das auch so sein, ist mir dann auch wurscht, ob ich 1000 Filme habe, die mit Der Die Das beginnen, gleiche mit The, möchte ich angezeigt haben, also nun nochmal zurück, gib es da mittlerweile eine bessere Lösung als an der Config vom Server herumzufummeln?

Link to comment
Share on other sites

GrimReaper

Unfortunately not. You'd have to remove desired sort words from system.xml and it'd apply to new items only, for existing items Refresh Metadata is required. 

You can also lend your support here:

 

Link to comment
Share on other sites

  • 2 weeks later...
Kachelkaiser
On 3/1/2020 at 3:08 AM, Happy2Play said:

This has been updated in 4.4

  <SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>das</string>
    <string>der</string>
    <string>el</string>
    <string>la</string>
  </SortRemoveWords>

 

Here the german

die

is missing. for the others it works out of the box

Link to comment
Share on other sites

familiezufall

Hi ich habe das selbe Problem mit den sortwords

ich entferne diesen teil aus der system.xml

<SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>das</string>
    <string>der</string>
    <string>el</string>
    <string>la</string>
  </SortRemoveWords>

und emby server fügt die Zeilen wieder ein, wie kann ich das ändern?

Ich möchte aber die Filme mit den Artikeln

Der die das a the einsortiert haben

Ich kann das natürlich bei "Sortierungstitel" manuell ändern, aber da bin ich ja bei hunderten von Titeln ewig beschäftigt.

Wie kann ich das sonst lösen?

Link to comment
Share on other sites

On 4/18/2023 at 5:53 PM, familiezufall said:

Hi ich habe das selbe Problem mit den sortwords

ich entferne diesen teil aus der system.xml

<SortRemoveWords>
    <string>the</string>
    <string>a</string>
    <string>an</string>
    <string>das</string>
    <string>der</string>
    <string>el</string>
    <string>la</string>
  </SortRemoveWords>

und emby server fügt die Zeilen wieder ein, wie kann ich das ändern?

Ich möchte aber die Filme mit den Artikeln

Der die das a the einsortiert haben

Ich kann das natürlich bei "Sortierungstitel" manuell ändern, aber da bin ich ja bei hunderten von Titeln ewig beschäftigt.

Wie kann ich das sonst lösen?

Hi, just remove the <string> entries, don't remove the SortRemoveWords node. Please see if that helps. Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...