-
Notifications
You must be signed in to change notification settings - Fork 17
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]: Favorite albums/artists not in sync between clients & DSub errors when marking as favorite #497
Comments
Here the calls that are used to mark something as favorite: Sonixd |
@kagemomiji Thank you so much! This fixed the issue with DSub. Don't getting errory anymore when marking songs/albums as favorite!! Your the best! But still having the issue, that albums marked as favorite in Sonixd are not showing as favorite album in DSub/Webinterface (and the other way around). Also tried to go with a complete new installation/config using the war-file you provided. Same issue. |
@Faeb35 So, If you want the synchronization between WebUI/DSub and Sonixd, please publish |
What happened?
I'm using Sonixd (https://github.com/jeffvli/sonixd), DSub (https://github.com/daneren2005/Subsonic) and the Airsonics own webinterface.
While using these three clients, I realized, that they have different behaviours when it comes to using the Favorites functions.
There also seams to be the same issue with artists marked as favorite (just from a quick test, don't use that actually).
But no issue with tracks marked as favorite, they are all in sync between Sonixd/DSub/Webinterface.
DSub seams to use this call
GET /rest/getStarred.view?u=XXXXXX&s=XXXXXX&t=XXXXXX&v=1.2.0&c=DSub&musicFolderId=0&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=5b7964b9-fde5-4d83-b327-df3c1772d575
vs. Sonixd seams to use this call
GET /rest/getStarred2.view?u=XXXXXX&s=XXXXXX&t=XXXXXX&v=1.13.0&c=sonixd&f=json&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=77f6fc7a-0355-4bee-9506-e6dcb650a39a
DSub seams to use these calls
Track
GET /rest/star.view?u=XXXXXX&s=XXXXXX&t=XXXXXX&v=1.2.0&c=DSub&id=709053&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=ec74b80c-d924-43e6-a923-d2e9c35ea327
Album
GET /rest/star.view?u=XXXXXX&s=XXXXXX&t=XXXXXX&v=1.2.0&c=DSub&id=150177&X-ARR-CACHE-HIT=0&X-ARR-LOG-ID=1d666502-b74c-4dd3-9563-e6070723b073
When I run /rest/star.view in a browser, I'm seeing a HTTP 200 status with an empty content body.
Steps to reproduce
Mark album as favorite in Sonixd
Check in the webinterface
Mark an album as favorite in the webinterface
Check in Sonixd
Mark a track or an album as favorite in DSub
Check the error message
Version
11.1.4-SNAPSHOT (Edge)
Version Detail
11.1.4-SNAPSHOT.20240504134115
Operating System
Windows Server 2022 (21H2)
Java Version
openjdk version "20.0.1" 2023-04-18
Database
Other
DB Detail
Default HSQLDB
Configuration paramter
JWTKey=XXXXXXX
SettingsChanged=1709283431404
GettingStartedEnabled=false
PodcastUpdateInterval=168
PodcastEpisodeRetentionCount=10
PodcastEpisodeDownloadCount=-1
PodcastFolder=\XXXXXXXXX\Podcasts
IndexString=A \u00C4 B C D E F G H I J K L M N O \u00D6 P Q R S T U \u00DC V W X-Z(XYZ)
IgnoredArticles=The Tha El La Los Las Le
Shortcuts=New Incoming Podcast
PlaylistFolder=c:\playlists
MusicFileTypes=mp3 ogg oga aac m4a m4b flac wav wma aif aiff ape mpc shn mka opus
VideoFileTypes=flv avi mpg mpeg mp4 m4v mkv mov wmv ogv divx m2ts webm
CoverArtFileTypes2=cover.jpg cover.png cover.gif covers.jpg covers.png folder.jpg jpg jpeg gif png
SortAlbumsByYear=true
WelcomeTitle=
WelcomeSubtitle=
WelcomeMessage2=
LoginMessage=
Theme=default
LocaleLanguage=en
LocaleCountry=
LocaleVariant=
IndexCreationInterval=1
IndexCreationHour=2
FastCacheEnabled=false
OrganizeByFolderStructure=true
ExcludePattern=
IgnoreSymLinks=false
DownloadBitrateLimit=0
UploadBitrateLimit=0
LdapEnabled=false
LdapUrl=ldap://host.domain.com:389/cn=Users,dc=domain,dc=com
LdapSearchFilter=(sAMAccountName={0})
LdapManagerDn=
LdapAutoShadowing=false
SmtpServer=localhost
SmtpEncryption=None
SmtpPort=25
SmtpUser=
SmtpFrom=XXXXXXX
CaptchaEnabled=false
ReCaptchaSiteKey=XXXXXXX
FullScanOnce=false
CoverArtSource=TAGFILE
HlsCommand3=ffmpeg -ss %o -t %d -i %s -async 1 -b:v %bk -s %wx%h -ar 44100 -ac 2 -v 0 -f mpegts -c:v libx264 -preset superfast -c:a libmp3lame -threads 0 -
spring.liquibase.parameters.defaultPodcastFolder=\XXXXXXXXX\Podcasts
EncryptionKeyPassword=XXXXX
EncryptionKeySalt=XXXX
UploadsFolder=%{['USER_MUSIC_FOLDERS'][0]}/Incoming
EnableCueIndexing=false
HideIndexedFiles=false
FullScan=false
ClearFullScanSettingAfterScan=false
spring.liquibase.parameters.mysqlVarcharLimit=384
DbBackupUpdateInterval=168
DbBackupRetentionCount=3
Proxy Server
IIS
client detail
Sonixd, DSub, Webinterface
language
German
Relevant log output
No errors in airsonic.log
The text was updated successfully, but these errors were encountered: