https://bugs.kde.org/show_bug.cgi?id=382454
Bug ID: 382454 Summary: amarock automatic playlist generator tagmatch does not work Product: amarok Version: 2.8.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Playlists/Automated Playlist Generator Assignee: amarok-bugs-d...@kde.org Reporter: p...@free.fr CC: stharw...@gmail.com Target Milestone: 2.9 Theses APL do not work for my collection. Even the Example given with amarok distribution. No result is returned and no message is popped up to notify it. pascal@minipc:~/Musique$ cat classiques.xml <?xml version="1.0" encoding="UTF-8"?> <playlistgenerator> <generatorpreset title="classiques"> <constrainttree> <group matchtype="any"> <constraint field="genre" comparison="3" invert="false" type="TagMatch" value="Classical" strictness="0.1"/> </group> </constrainttree> </generatorpreset> </playlistgenerator> pascal@minipc:~/Musique$ cat cat Exemple\ 2 \:\ rock\ ou\ musique\ pop.xml cat: cat: Aucun fichier ou dossier de ce type <?xml version="1.0" encoding="UTF-8"?> <playlistgenerator> <generatorpreset title="Exemple 2 : rock ou musique pop"> <constrainttree> <group matchtype="any"> <constraint field="genre" comparison="3" invert="false" type="TagMatch" value="Rock" strictness="1"/> <constraint field="genre" comparison="3" invert="false" type="TagMatch" value="Pop" strictness="1"/> </group> </constrainttree> </generatorpreset> </playlistgenerator> -- You are receiving this mail because: You are watching all bug changes.