Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

SubGhz: File naming fixes and improvements #517

Closed
geckom opened this issue Jan 12, 2024 · 2 comments · Fixed by #540
Closed

SubGhz: File naming fixes and improvements #517

geckom opened this issue Jan 12, 2024 · 2 comments · Fixed by #540
Assignees
Labels
release-pending This has been implemented and is waiting to be released publicly

Comments

@geckom
Copy link

geckom commented Jan 12, 2024

Description of the feature you're suggesting.

Currently when you save a SubGhz file with a timestamp filename you get something like this "SubGHz_2024-01-12_09,43.sub"

Since the resolution is only down to the minute, if you try to save 2 captured within the same minute you will need to rename the second file to something different.

Proposed solution - add a seconds number to the file name ie. SubGHz_2024-01-12_09,43,42.sub

Anything else?

No response

@smart734
Copy link

Hi, I also encountered this problem when I had the "Bin RAW" function of the Sub-GHZ turned on. I'm not using this at the moment, but switching it in "Settings - System - File Naming - Random" might help. Try it

@Willy-JL
Copy link
Contributor

addressed this in 461026e, it now includes seconds too.

also, i noticed that subghz used the time of you pressing "save" for the timestamp. added a new api in 7e7509d to generate filenames with custom timestamp, and fixed subghz to use it in a1c7dc5. now subghz uses timestamp of signal receival.

also, with 411a65a you can choose to have timestamps before the protocol name, which can be useful for sorting.

@Willy-JL Willy-JL added the release-pending This has been implemented and is waiting to be released publicly label Jan 24, 2024
@Willy-JL Willy-JL changed the title Timestamp on SubGhz files conflicting SubGhz: File naming fixes and improvements Jan 24, 2024
@Willy-JL Willy-JL self-assigned this Jan 24, 2024
@Willy-JL Willy-JL linked a pull request Feb 2, 2024 that will close this issue
@Willy-JL Willy-JL closed this as completed Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-pending This has been implemented and is waiting to be released publicly
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants