diff options
Diffstat (limited to 'doc/tips')
-rw-r--r-- | doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn b/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn index 1afac15d5..ccae0fced 100644 --- a/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn +++ b/doc/tips/The_perfect_preferred_content_settings_for_my_android_phone.mdwn @@ -10,7 +10,7 @@ So I came up with this solution, and I'm very happy with it. This will sync my music and book collections to my phone whenever I add something new on my computers, and it will sync and keep anything I add to the annex on my phone. Best of all worlds! Impressed how flexible preferred content is. More full-sync folders can be added like this: - include=Music/* or include=Books/* or Notes/* or present + include=Music/* or include=Books/* or include = Notes/* or present To add them, I first had to figure out the uuid of my phone repo. So I added a new tab on android, and did @@ -29,4 +29,8 @@ to content [phone-uuid] = include=Music/* or include=Books/* or Notes/* or present +and commented out + + #group [phone-uuid] = client + And waited for it to sync. |