deltazefiro / Amarok-Hider

Hide your private files and apps with a single click.
https://deltazefiro.github.io/Amarok-doc/en-US/
Apache License 2.0
1.34k stars 46 forks source link

[FeatureRequest] File Exclusions #157

Closed JackDSRS closed 1 month ago

JackDSRS commented 1 month ago

Feature Description / 功能描述 Ability to exclude specific files to exclude from hiding.

Reason / 理由 I use a synchronization app that uses a database to store what files are synced (yes, it can differentiate between the hidden and unhidden files) but it's file is stored in the directory being hidden. as a result, the main database has to rescan the directory each time during sync. Other external apps may also interact with the directory with the hidden files by storing small files in the that directory but end up being hidden as well when the entire directory is hidden.

Suggest Solution / 实现方案 Include file picking or even wildcard exclusions.

JackDSRS commented 1 month ago

Found a temporary solution in my case.

/TOP LEVEL FOLDER .ttx <-- database file ----- /SUBFOLDER TO BE HIDDEN .File1 .File2

Manual sync depending on Hidden or Unhidden to prevent wiping files on cloud server.