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] Number of albums multiplied by scans/user #600

Open
LloydS42 opened this issue May 25, 2024 · 0 comments
Open

[BUG] Number of albums multiplied by scans/user #600

LloydS42 opened this issue May 25, 2024 · 0 comments

Comments

@LloydS42
Copy link

Describe the bug
I'm running: occ audioplayer:scan --all on my six-user system. All users have set the same record with music files. The number of albums is added per user and run:

# sudo -u apache php -f occ audioplayer:scan --all
Start scan for ***
Start processing of audio files
Audios found: 3119 <--
Duplicates found: 0
Written to library: 3119
Albums found: 262 <--
Errors: 0
Start scan for ***
Start processing of audio files
Audios found: 3119 <--
Duplicates found: 0
Written to library: 3119
Albums found: 524 <--
Errors: 0
Start scan for ***
Start processing of audio files
Audios found: 3119 <--
Duplicates found: 0
Written to library: 3119
Albums found: 786 <--
Errors: 0
Start scan for ***
Start processing of audio files
Audios found: 3119 <--
Duplicates found: 0
Written to library: 3119
Albums found: 1048 <--
Errors: 0
Start scan for ***
Start processing of audio files
Audios found: 3119 <--
Duplicates found: 0
Written to library: 3119
Albums found: 1310 <--
Errors: 0
Start scan for ***
Start processing of audio files
Audios found: 3119 <--
Duplicates found: 0
Written to library: 3119
Albums found: 1572 <--
Errors: 0

It should be the same number of audio files and albums for each user.

To Reproduce
Start occ audioplayer:scan --all via console. Reproducible always.

Versions:

  • Nextcloud 27.1.7
  • Audioplayer 3.4.1
  • Apache 2.4.59 (Unix)
  • PHP 8.1.26
  • PostgreSQL 14.12

Nextcloud log
No entries in this context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant