Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search on *SORT field or on file/directory names #1334

Open
2 of 3 tasks
shadowwa opened this issue Dec 10, 2023 · 0 comments
Open
2 of 3 tasks

Search on *SORT field or on file/directory names #1334

shadowwa opened this issue Dec 10, 2023 · 0 comments

Comments

@shadowwa
Copy link

shadowwa commented Dec 10, 2023

examples.zip

  • I have checked the FAQ for answers.
  • I have checked the Changelog that the issue is not already fixed.
  • I believe this issue is a bug, and not a general technical issue, question or feature requests that can be discussed on the forum.

Describe the bug
When a file is tagged, strawberry doesn't seems to use filename in search.

I have several album from different non latin countries.
I like having the tags set with original characters but to avoid problems to copy to physical player or other support and not have to remember how to use IME to type foreign character, I usually set transliterated names in the *SORT tags and in filename/directory

To Reproduce
for instance, for a file containing Japanese tags:

names ID3v2.4 values
TITLE TIT2
ARTIST TPE1 歌手
ALBUMARTIST TPE2 歌手2
ALBUM TALB アルバム
COMPOSER TCOM 作曲

I set transliterated version in the following tags

names ID3v2.4 values
TITLESORT TSOT Uta
ARTISTSORT TSOP Kashu
ALBUMARTISTSORT TSO2 Kashu2
ALBUMSORT TSOA Alubomu
COMPOSERSORT TSOC Sakkyoku

and also use transliterated in directory/filename:

[examples.zip](https://github.com/strawberrymusicplayer/strawberry/files/13628159/examples.zip)
Alubomu
└── Kashu
    ├── '01 - Uta.wav'
    ├── '02 - Uta.flac'
    ├── '03 - Uta.ogg'
    └── '04 - Uta.mp3'

strawberry show correctly theses files in my collection but if I search 'Uta', 'Kashu' or 'Alubomu' I dont get any result. I have to type the characters as they appear on the tags '歌', '歌手' or 'アルバム'.

Expected behavior
Having the song appear in result when searching with original characters or transliterated one

Screenshots:
If applicable, add screenshots to help explain your problem.
Is it possible to add the *SORT tags to the search result or at least use file/directory name?

System Information:

  • Operating system: Mageia Cooker
  • Strawberry Version: strawberry-1.0.21-1.mga10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants