-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feature: Combine Alternate Data Streams with Database approach for tags #15272
Comments
Thanks for the feedback, I've added this to the project board. |
How does TagSpaces work if a file is transferred or renamed? |
File tagged with the filename method have no issues with the transferring or renaming. If files tagged with the sidecar method are renamed or transferred, TagSpaces renames/moves the sidecar files with the meta data as well. If a folders with tagged files is moved outside of TagSpaces all the meta data is moved automatically. If you rename/transfer such file outside of TagSpaces, the connection with meta file is lost, this happens also by the database based tagging solutions. |
This is why we went with alternate data streams, they allow files to be moved externally without losing the tags. |
Alternate data streams do not work on Linux, Android or Mac and are not synced by Dropbox, Google Drive etc... They are not supported even on (ex)fat formatted USB drives. |
Correct, there are limitations with our approach but the same is true for using a database. From our docs (https://files.community/docs/features/tags)
|
This feature request suggests that we provide an option for both methods. This is a possibility be we would prefer picking a single method based on popular demand. |
I have a propasal that should work
|
What feature or improvement do you think would benefit Files?
Integrating support for TagSpaces tagging conventions would significantly enhance the usability of Files for users who manage their files with TagSpaces tags. TagSpaces offers two tagging methods: an invasive method that incorporates tags directly into filenames within square brackets
[tag]
, and a non-invasive method that utilizes JSON files stored in a.ts
directory adjacent to the tagged files or folders. Enabling Files to recognize and display these tags in its "info panel" would provide a seamless experience for users who rely on TagSpaces for file organization, making it easier to view and manage tagged files directly within Files. This is a follow-up to this question on Discord.Requirements
Files Version
3.3.0.0
Windows Version
10.0.19045.4291
Comments
This feature would be particularly beneficial for users who use TagSpaces extensively for file management but wish to utilize the sleek and powerful interface of Files for their daily tasks. It bridges the gap between two powerful tools, enhancing the organizational capabilities of Files while adhering to users' established workflows.
The text was updated successfully, but these errors were encountered: