You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,3 +21,69 @@ The **root** defines several *main sections*. These main sections allow for an e
21
21
| video | Movies, Short Movies/Films, TV-Shows, ... |
22
22
| web | raw internet content of any kind sorted by domain |
23
23
24
+
25
+
26
+
## General Advice
27
+
28
+
In this Section we want to give you some general advice on things you should be aware of.
29
+
30
+
These are optional and sometimes biased. If you do not agree to them - be it partially or completely - just ignore this part.
31
+
32
+
33
+
34
+
### Naming Files and Folders
35
+
36
+
1. Naming in General
37
+
38
+
Naming is hard. We know that. You want everything neat and tidy, but sometimes things just don't go that way - and that is perfectly fine. **Don't be afraid to break the rules and adjust this tree to your needs.**
39
+
40
+
41
+
42
+
2. Technical Issues
43
+
44
+
Some systems simply do not allow certain characters, some others do not play nice with them.
45
+
46
+
Here is a small (and incomplete) list of characters you should avoid (AKA "Forbidden Characters")
47
+
48
+
-*Please use this list as a general rule of thumb.*
49
+
-*The List applies to all major operating systems.*
50
+
51
+
52
+
53
+
```
54
+
File Seperators:
55
+
: (colon)
56
+
/ (forward slash)
57
+
\ (backward slash aka "backslash")
58
+
59
+
Non-alphabetical and non-numerical symbols:
60
+
¢ (Cent Symbol)
61
+
™ (Trademark Symbol)
62
+
$ (Dollar-Sign)
63
+
® (Registered Trademark Symbol)
64
+
65
+
Punctuation marks, parentheses, quotation marks, brackets and operators:
0 commit comments