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

[Bug]: scanning cue sheets gives error and Album does not show fully in Airsonic Webgui #611

Open
jpieren opened this issue Sep 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jpieren
Copy link

jpieren commented Sep 29, 2024

What happened?

First thanks you for the excellent work on the cue sheets and producing a new version of Airsonic.

Here a bug I found apparently with my cue sheets (I have many more of these error):

2024-09-29_13-21

For example the cue sheet Album are visible as icon but not in the list of Album, however listening to them works. All 3 Albums cue/flac are in the same directory.

With Within Temptation I see only 7 ALbums but there are nearly 40 icons/Albums to play.

I have attache two cases with scan log, directory as seen on NAS and cue sheet in the attached word files.

kind regards
Jay
Airsonic-Issues-NIghtwish.docx

Airsonic-Issues-WithinTemptation.docx

Steps to reproduce

just scan Music Lib

Version

11.1.5-SNAPSHOT (Edge)

Version Detail

11.1.5-SNAPSHOT.20240927034401 – September 27, 2024 at 3:44:01 PM NZST [Commit: cfe476c]

Operating System

Debian 12.7

Java Version

openjdk 17.0.12 2024-07-16 OpenJDK Runtime Environment (build 17.0.12+7-Debian-2deb12u1) OpenJDK 64-Bit Server VM (build 17.0.12+7-Debian-2deb12u1, mixed mode, sharing)

Database

Other

DB Detail

built in

Configuration paramter

Airsonic preferences. NOTE: This file is automatically generated. Do not modify while application is running

EncryptionKeyPassword=...
SettingsChanged=1727566146208
JWTKey=...
IndexCreationInterval=1
IndexCreationHour=3
FastCacheEnabled=false
OrganizeByFolderStructure=true
UploadsFolder=%{['USER_MUSIC_FOLDERS'][0]}/Incoming
ExcludePattern=
IgnoreSymLinks=false
EnableCueIndexing=true
HideIndexedFiles=false
FullScan=false
ClearFullScanSettingAfterScan=false
SplitOptions=-ss %o -t %d
SplitCommand=ffmpeg %S -i %s -vcodec copy -acodec copy -f %f -
DownsamplingCommand4=ffmpeg -ss %ss -to %to -i %s -map 0:0 -b:a %bk -v 0 -f mp3 -
HlsCommand4=ffmpeg -ss %o -i %s -s %wx%h -async 1 -c:v libx264 -flags +cgop -b:v %vk -maxrate %bk -preset superfast -copyts -b:a %rk -bufsize 256k -map 0:0 -map 0:%i -ac 2 -ar 44100 -v 0 -threads 0 -force_key_frames expr:gte(t,n_forced*10) -start_number %j -hls_time %d -hls_list_size 0 -hls_segment_filename %n %p
JukeboxCommand2=ffmpeg -ss %o -i %s -map 0:0 -v 0 -ar 44100 -ac 2 -f s16be -
VideoImageCommand=ffmpeg -r 1 -ss %o -t 1 -i %s -s %wx%h -v 0 -f mjpeg -
SubtitlesExtractionCommand=ffmpeg -i %s -map 0:%i -f %f -
TranscodeEstimateTimePadding=2000
TranscodeEstimateBytePadding=0

Proxy Server

No response

client detail

No response

language

English

Relevant log output

2024-09-29 12:40:43.571  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Human-II-Nature-Disc-3.flac' for cue sheet Nightwish
 Complete Discography/Studio Albums/2020 - Human.II Nature/Human-II-Nature-Disc-3.flac                                                                     
2024-09-29 12:40:43.571  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Human-II-Nature-Disc-2.flac' for cue sheet Nightwish
 Complete Discography/Studio Albums/2020 - Human.II Nature/Human-II-Nature-Disc-2.cue                                                                      
2024-09-29 12:41:49.414  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Human-II-Nature-Disc-2.flac' for cue sheet Nightwish
 Complete Discography/Studio Albums/2020 - Human.II Nature/Human-II-Nature-Disc-2.cue                                                                      
2024-09-29 12:41:49.414  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Human-II-Nature-Disc-3.flac' for cue sheet Nightwish
 Complete Discography/Studio Albums/2020 - Human.II Nature/Human-II-Nature-Disc-3.cue                                                                      
2024-09-29 12:41:59.122  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Human-II-Nature-Disc-2.flac' for cue sheet Nightwish
 Complete Discography/Studio Albums/2020 - Human.II Nature/Human-II-Nature-Disc-2.cue                                                                      
2024-09-29 12:41:59.126  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Human-II-Nature-Disc-3.flac' for cue sheet Nightwish
 Complete Discography/Studio Albums/2020 - Human.II Nature/Human-II-Nature-Disc-3.cue     




2024-09-29 12:29:34.566  WARN --- o.a.p.service.MediaFileService           
 Discography/2014 - Hydra (Limited Deluxe Box Set) (3CD)/CD2/Within Temptation - Hydra [Bonus CD].cue                                                      
2024-09-29 12:29:35.808  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Within Temptation - Hydra CD2 (VIZP-121).flac' for c
ue sheet Within Tempation Discography/2014 - Hydra (Japan Limited Edition, Digipak) (2CD)/Disc 2/Within Temptation - Hydra CD2 (VIZP-121).flac             
2024-09-29 12:29:35.841  WARN --- o.a.p.service.MediaFileService           : Could not find base file 'Within Temptation - Hydra CD1 (VIZP-121).flac' for c
ue sheet Within Tempation Discography/2014 - Hydra (Japan Limited Edition, Digipak) (2CD)/Disc 1/Within Temptation - Hydra CD1 (VIZP-121).cue
@jpieren jpieren added the bug Something isn't working label Sep 29, 2024
@jpieren jpieren changed the title [Bug]: scanning cue sheets give error and Album does not show fully in Airsonic Webgui [Bug]: scanning cue sheets gives error and Album does not show fully in Airsonic Webgui Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant