mirror of
https://github.com/Lambada10/SongSync.git
synced 2026-04-25 22:55:54 +03:00
[GH-ISSUE #49] Crashing When Saving Lyrics #35
Labels
No labels
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SongSync#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @PlumBlossoms13 on GitHub (Nov 17, 2023).
Original GitHub issue: https://github.com/Lambada10/SongSync/issues/49
Describe the bug
When choosing to save the lrc file, the app crashes
To Reproduce
Steps to reproduce the behavior:
Search for a song and choose to save the .lrc file
Expected behavior
It should save the file to my songs folder, the same folder that my music files are stored in
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
Additional context
The app worked perfectly for the first three or so songs I tried to use. I'm using the Spotify provider. This happens when using the app installed straight from GitHub and from F-Droid
Edit: I noticed that this behavior only happens when I search for the song directly through the browse tab. If I choose the song from the home tab, it works
@NA0341 commented on GitHub (Aug 3, 2024):
Same here.
@PlumBlossoms13
I found out that you need to set the SDCard location first for the save function to work.
It saves the file in the Music folder (both internal & external storage work).
Additional info:
I'm on SAMSUNG Android 9 (OneUI v. 1.0) with Kernel 4.4.111 (2022-07-25). It's the stock EU ROM.
Device is Samsung Galaxy S8 (SM-G950F).
SongSync v. 4.0.0 (newest).
Copy function works fine, on save it crashes instantly.
There should be a check function which opens the file picker dialog if the storage location wasn't previously set!