My apologies for the long title.
I'm looking for something to organise the materials I collect on various topics. As mentioned, these usually include archived webpages, documents/manuals, media (pictures, videos, audio) etc.
I know I could just create a directory system for this (and will likely do so if I can't find anything like what I describe), but just wanted to ask if anything like what I want exists.
Thanks!
10 Comments
vegetaaaaaaa@lemmy.world · 5 pts · 3y
Use files when possible - I use a combination of:
Notes/directory, so also accessible from the Nextcloud Notes app)All these components are linked in some way or another (e.g. all media automatically goes to the media directory of a jellyfin instance)
MigratingtoLemmy@lemmy.world · 4 pts · 3y
Thanks, I do plan to use a organisation structure with plain directories. Please do share, it would help me greatly!
Indeed, I too plan to use markdown for any notes on what I'm looking at/is relevant to the object of interest.
Thank you for the note about archivebox, I didn't think about this before! Indeed, that would be very important: are you writing an alternative tool? Would you like to share the repo? I was considering just using
wgetto pull down pages but that might not work all the time.Thanks a bunch!
vegetaaaaaaa@lemmy.world · 2 pts · 3y
Slightly edited so you get the idea:
I use UPPERCASE for my base directory structure, so I know if a directory is uppercase it's probably part of the fixed structure. The key is to keep it max 2-3 levels deep.
Level 1:
ARCHIVE: stuff I want to keep, gets backed upDOWNLOAD: stuff I did not have time to listen/look at/process yet. Not backed up (but I do backup a list of the files in this hierarchy).TMP: stuff I use regularly but does not deserve to be archived/backed up (working copies of projects, random scripts/programs, VM disks...). Temporary, expendable.Level 2: Broad topic or media type. Max 5-8.
Level 3: Finer-grained topic/media type. Only the ARCHIVE tree has this level of organization. There may be directories deeper than that but I don't actively manage them, they just... exist (extracted archives, etc.). One exception are subdirectories named
NOBACKUPwhich are always excluded from automatic backups.I am working on this tool which is a generic data manipulation/workflow tool. The shaarli workflow already works to grab bookmarks from Shaarli and download audio and video files. The webpage archiving module is still not written, it's the early design stage (issue), it will probably use
wgetin the backend, the alternative would be running a full headless browser and I don't want to get into that. This is my first medium-sized python project and I try to keep it clean, so it will take some time. Currently I'm more focused on other workflows/parts of the software.As for file organization inside the directories, I try to maintain consistent/useful file naming including (depending on directory) date in YYYYMMDD format, author/parties involved, subject.
Riktastic@laguna.chat · 3 pts · 3y
How will you interact with this system (search bar, file explorer and etc.)? How will you organize this system? What devices should be able to access this data?
There are lots of systems to store documents, information about objects, media and much more. But it has to be useful for use case.
For example: Navidrome is great for music as it allows you to streammusic from you mobile device or computer.
Zotero (can be self hosted using WebDAV) is great for searching through PDF/epubs and stored webpages. But it is a citation management system. It has to fit your use case.
If you want an allrouder than take a look at Nextcloud or Owncloud. They both can edit documents, play music and display pictures.
MigratingtoLemmy@lemmy.world · 1 pts · 3y
Hi, let's take an example of me researching about HBAs.
I am not looking at Nextcloud since I find it too bloated for my purposes. I plan to host OpenSearch to search through the assets in my lab, however I would also like to maintain tight control over my storage, so I don't have to rely on an internal search engine to find something.
Thanks for reading, and I apologise if I sound a bit curt: Lemmy didn't register my response the first time and I had typed a really long response.
czardestructo@lemmy.world · 2 pts · 3y
Sounds like what you want is fairly close to Joplin. You can get a web clipper, attach files, type notes and organize it all arbitrarily.
edtechdev@lemmy.world · 2 pts · 3y
You might want an archiving tool. Some open self hostable ones include:
ttk@feddit.de · 1 pts · 3y
obsidian.md
Secret300@lemmy.world · 1 pts · 3y
Zim is pretty cool. You can take notes and structure it like a wiki page and even export it as an html file or laTeX
kfoo@lemmy.world · 1 pts · 3y
I don't know if this is what you're looking for, but I run a small docker container with a Shaarli instance...the interface is very old school but it's perfect for links, notes, etc.
GitHub
Docs
Public Demo instance