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

File Sink can't save to user folders on Windows #1760

Closed
CoolNamesAllTaken opened this issue Aug 4, 2023 · 2 comments
Closed

File Sink can't save to user folders on Windows #1760

CoolNamesAllTaken opened this issue Aug 4, 2023 · 2 comments
Assignees

Comments

@CoolNamesAllTaken
Copy link

Version Info

SDR Angel 7.15.2
Windows 11 Pro Version 22H2

Problem Description

I noticed a strange behavior with the File Sink plugin on my machine, which runs Windows 11. My user account was created as C:\Users\firstname.lastname, so for instance my downloads folder is C:\Users\firstname.lastname\Downloads. Unfortunately, it looks like SDR Angel is splitting the file extension using the first instance of a . character instead of the last instance of a . character, so when I try to save a file to C:\Users\firstname.lastname\Downloads\testfile.sdriq, I get an error that SDR Angel is unable to open the file C:\Users\firstname.2023-08-04T23_27_22_906.sdriq, which is of course in a nonexistent directory.

I have gotten around this issue for now by recording everything directly to my C:\ drive, but it would be really nice if I was able to record files directly to folders associated with my user account!

@CoolNamesAllTaken
Copy link
Author

My best guess is that the issue starts at the filename split somewhere around here.

@srcejon srcejon self-assigned this Aug 5, 2023
srcejon added a commit to srcejon/sdrangel that referenced this issue Aug 5, 2023
@srcejon
Copy link
Collaborator

srcejon commented Aug 23, 2023

Implemented in 7.15.3

@srcejon srcejon closed this as completed Aug 23, 2023
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

2 participants