[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
Are you a data hoarder, /g/? How do you organize your data?
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 7
Thread images: 3
File: 2013-08-07.jpg (439 KB, 720x555) Image search: [Google]
2013-08-07.jpg
439 KB, 720x555
Are you a data hoarder, /g/?

How do you organize your data?
>>
>>55604034
Row everything in /home/user/documents
>>
>>55604034
>Organize
I don't have enough to need to do that yet, but I should probably start. The closest I get to organizing my stuff is installing programs on only internal drives, and keeping all the torrents I've made on internal drives as well.
>>
File: library.png (951 KB, 1866x6953) Image search: [Google]
library.png
951 KB, 1866x6953
I hoard a ton of lossy music, but that's about it. Optimally I'd sort them Artist\Album - Year - Encoding Bitrate\Songnumber - Songtitle with a folder jpeg in each but I haven't gotten around to that.
>>
File: pic8.jpg (63 KB, 640x685) Image search: [Google]
pic8.jpg
63 KB, 640x685
>>55604034
>How do you organize your data?

like this

#! /usr/bin/python3
import time
import os
dirdl = '/home/Anon/Downloads/'
dirp = '/home/Anon/Pictures/'
dirv = '/home/Anon/Videos/'
dird = '/home/Anon/Documents/'
dirm = '/home/Anon/Music/'
dirs = [dirp, dirv, dird, dirdl, dirm]
while True:
time.sleep(10)

for u in dirs:
os.chdir(u)
items = os.listdir(u)
for i in items:
if i.endswith('jpg') or i.endswith('png'):
os.rename(u + i, dirp + i)
elif i.endswith('webm') or i.endswith('mp4'):
os.rename(u + i, dirv + i)
elif i.endswith('mp3'):
os.rename(u + i, dirm + i)
elif i.endswith('pdf') or i.endswith('epub'):
os.rename(u + i, dird + i)
>>
>>55604799
I put it in startup, runs all the time, every 10 seconds it reorganizes shit. I just download everything in the Downloads folder and then it gets moved around on it's own. I kind of miss the mess.
>>
Everything on the desktop.

Everything.
Thread replies: 7
Thread images: 3

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.