ramdor / Thetis

The main working repo for changes to Thetis for the Apache Labs line of radios. Find us here : https://discord.gg/6fHCRKnDc9
https://discord.gg/6fHCRKnDc9
GNU General Public License v2.0
49 stars 14 forks source link

Independent database folders for each radio selected #455

Open Richz28 opened 1 month ago

Richz28 commented 1 month ago

Hi Richie, I have a request, if it's possible could Thetis create, separate database folders for each radio in the list if selected, I use a few different radios and there configured differently, so if there is any way when selecting a radio you want to use , Thetis will read and write to that specific database folder, examples (Saturn G2), (Hermes), (7000dle), names of folders same as radio selected . Automatically creat these folders in the c:/users/(PC name ??)/appdata/roaming/openhpsdr. Thanks for all great features you added , Rich Terrusa kc2zur 73

oe3ide commented 1 month ago

You can do this by yourself, just use the argument -datapath. An example cmd would look like:

c: cd\ cd "C:\Program Files\openhpsdr\thetis" start "" "thetis.exe " -autostart -datapath:"%appdata%\OpenHPSDR\Thetis-x64-7000

Richz28 commented 1 month ago

Hi Richie, I must be honest, I don't know what to do with this, what and where do I make this edit or entry, will I have a short cut on desktop for each Radio, why can't it be done in this when selecting Radio, that would be great, but if it's something you don't have time for , sure I understand, your plate is full, but I need a better example how ,where , what , to do with the -database path string above in this email, thank you Rich Terrusa kc2zur 73

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: oe3ide @.> Sent: Monday, July 15, 2024 8:51:59 AM To: ramdor/Thetis @.> Cc: Richz28 @.>; Author @.> Subject: Re: [ramdor/Thetis] Independent database folders for each radio selected (Issue #455)

You can do this by yourself, just use the argument -datapath. An example cmd would look like: c: cd\ cd "C:\Program Files\openhpsdr\thetis" start "" "thetis.exe " -autostart -datapath:"%appdata%\OpenHPSDR\Thetis-x64-7000

— Reply to this email directly, view it on GitHubhttps://github.com/ramdor/Thetis/issues/455#issuecomment-2228433493, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6U4ZGRIGNJCPARF7RJFW5DZMPAW7AVCNFSM6AAAAABK3LPSEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRYGQZTGNBZGM. You are receiving this because you authored the thread.Message ID: @.***>

oe3ide commented 1 month ago

Ok, here a step-by-step tutorial: 1) Open Notepad (or a Texteditor of your choice - I use notepad++) 2) copy this into the new file (assuming your main-drive is c: and you have installed Thetis in the default location)

c: cd\ cd "C:\Program Files\openhpsdr\thetis" start "" "thetis.exe " -autostart -datapath:"%appdata%\OpenHPSDR\Thetis-x64-7000

3) Save the file ie on your desktop as "Thetis-7000.bat"

Your database for the 7000 have to be in here: %appdata%\OpenHPSDR\Thetis-x64-7000, otherwise a new database would be created.

Now you can open Thetis for your 7000 via the icon on the desktop. You can also place these bat-files in another directory (like ie c:\hamradio) and then make a link to your desktop (right-click - send to - desktop)

73 Ernst, OE3IDE

Richz28 commented 1 month ago

Thank you, Ernest, I'll give it a try , Rich Terrusa kc2zur 73

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: oe3ide @.> Sent: Monday, July 15, 2024 12:28:49 PM To: ramdor/Thetis @.> Cc: Richz28 @.>; Author @.> Subject: Re: [ramdor/Thetis] Independent database folders for each radio selected (Issue #455)

Ok, here a step-by-step tutorial:

  1. Open Notepad (or a Texteditor of your choice - I use notepad++)
  2. copy this into the new file (assuming your main-drive is c: and you have installed Thetis in the default location)

c: cd cd "C:\Program Files\openhpsdr\thetis" start "" "thetis.exe " -autostart -datapath:"%appdata%\OpenHPSDR\Thetis-x64-7000

  1. Save the file ie on your desktop as "Thetis-7000.bat"

Your database for the 7000 have to be in here: %appdata%\OpenHPSDR\Thetis-x64-7000, otherwise a new database would be created.

Now you can open Thetis for your 7000 via the icon on the desktop. You can also please these bat-files in another directory (like ie c:\hamradio) and then make a link to your desktop (right-click - send to - desktop)

73 Ernst, OE3IDE

— Reply to this email directly, view it on GitHubhttps://github.com/ramdor/Thetis/issues/455#issuecomment-2228913398, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6U4ZGWPKJNWF5NI2ODGRB3ZMP2EDAVCNFSM6AAAAABK3LPSEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRYHEYTGMZZHA. You are receiving this because you authored the thread.Message ID: @.***>

Richz28 commented 1 month ago

Hi Ernest, thank you, I used note pad and was able to create the thetis short cut to desk top that made new database name of my choice , and it auto starts too. Rich Terrusa kc2zur 73

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: RICH TERRUSA @.> Sent: Monday, July 15, 2024 1:34:11 PM To: ramdor/Thetis @.>; ramdor/Thetis @.> Cc: Author @.> Subject: Re: [ramdor/Thetis] Independent database folders for each radio selected (Issue #455)

Thank you, Ernest, I'll give it a try , Rich Terrusa kc2zur 73

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: oe3ide @.> Sent: Monday, July 15, 2024 12:28:49 PM To: ramdor/Thetis @.> Cc: Richz28 @.>; Author @.> Subject: Re: [ramdor/Thetis] Independent database folders for each radio selected (Issue #455)

Ok, here a step-by-step tutorial:

  1. Open Notepad (or a Texteditor of your choice - I use notepad++)
  2. copy this into the new file (assuming your main-drive is c: and you have installed Thetis in the default location)

c: cd cd "C:\Program Files\openhpsdr\thetis" start "" "thetis.exe " -autostart -datapath:"%appdata%\OpenHPSDR\Thetis-x64-7000

  1. Save the file ie on your desktop as "Thetis-7000.bat"

Your database for the 7000 have to be in here: %appdata%\OpenHPSDR\Thetis-x64-7000, otherwise a new database would be created.

Now you can open Thetis for your 7000 via the icon on the desktop. You can also please these bat-files in another directory (like ie c:\hamradio) and then make a link to your desktop (right-click - send to - desktop)

73 Ernst, OE3IDE

— Reply to this email directly, view it on GitHubhttps://github.com/ramdor/Thetis/issues/455#issuecomment-2228913398, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A6U4ZGWPKJNWF5NI2ODGRB3ZMP2EDAVCNFSM6AAAAABK3LPSEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRYHEYTGMZZHA. You are receiving this because you authored the thread.Message ID: @.***>