-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
misc_tracks_misc_artists_folder - array support #147
Comments
This terrible, terrible hack in update.php gives me what I want. I can probably put together a merge request that does it right ? In
|
Another way would be to say "my albums are all in folder X, folder's Y,Z are all singles" |
I think your idea to make I'll add this feature to TODO list, but if you solve this issue, feel free to create pull request. |
If I set this $cfg['misc_tracks_misc_artists_folder'] = 'Summer_good,Spring_start,Winter_bad,Autumn_end'; Based on some debugging, it looks like it picks a random (first ?) file from each folder, and that files metadata is used for the album at that path. So I can do
Then have to do a full "force update of ALL files" and it worked. A track entry, with an album_id entry for the track.album_id :
and in Is this enough for you to merge in or do you want a fuller MR, or maybe a different approach |
I'd also be useful for it to set the album created for each I can't see how to do that, but it'd be the same place that sets the picture from (the most recent?) file ? |
For "reasons" I have, under a single folder ('/exports/mp3')
Albums
- contains a folder per albumSummer
- contains files by different artistsSpring
- contains files by different artistsThe trouble is that this makes single tracks show up in the library as album tracks
$cfg['misc_tracks_misc_artists_folder']
would solve this, but I think it only works for one folder name under$cfg['media_dir']
If it was an array, my library would import much cleaner
The text was updated successfully, but these errors were encountered: