namidaco / namida

A Beautiful and Feature-rich Music & Video Player with Youtube Support, Built in Flutter
Other
2.33k stars 140 forks source link

[FEATURE REQUEST] specify lyrics folder #407

Open amanyadav-s opened 4 days ago

amanyadav-s commented 4 days ago

Hi, I’d like to request a feature where the app can fetch .lrc lyric files from a custom folder (e.g., a dedicated "Lyrics" folder) instead of requiring the lyrics to be in the same folder as the audio files. This would allow users to keep their music library and lyric files organized separately, and it would be helpful for those with larger collections or custom folder structures. A setting to specify the custom lyrics folder path would be a great addition to improve flexibility. Thanks for considering this feature!

MSOB7YY commented 4 days ago

another way is to do it like videos matching, where the name should be the same or similar and exists anywhere under the folders u specify in indexer

also related #173

amanyadav-s commented 4 days ago

another way is to do it like videos matching, where the name should be the same or similar and exists anywhere under the folders u specify in indexer

also related #173

I have created a folder named Lyrics in the same folder which is specified in the Indexer but the app is not fetching the lyrics if I move it out and store with songs then it is fetching. Let me tell you the hierarchy: The folder name specified in the Indexer is Songs and I have created a folder named Lyrics in it. Songs>song_name.lrc --> it is fetching the lyrics Songs>Lyrics>song_name.lrc --> not fetching the lyrics

MSOB7YY commented 4 days ago

yah ik bcz these are the possible files that it checks image it doesnt store lyrics file from everywhere or search them all currently, needa think a better way for that first

amanyadav-s commented 4 days ago

yah ik bcz these are the possible files that it checks image it doesnt store lyrics file from everywhere or search them all currently, needa think a better way for that first

Can you add the feature in which it can search in the folder inside the folder mentioned in Indexer and then match the song name and lrc file name?

MSOB7YY commented 4 days ago

needa think a better way for that first

amanyadav-s commented 4 days ago

needa think a better way for that first

Thanks for considering👍