IOS 14: hydrospanner: Difference between revisions

From wikinotes
Line 68: Line 68:
</source>
</source>
</blockquote><!-- carddave/caldav -->
</blockquote><!-- carddave/caldav -->
= Synchronizing Music =
<blockquote>
Instead of using itunes, I've opted to use '''flacbox'''. It allows you to define an SMB share, and browse/download music to your phone from it.
UI style
<source lang="yaml">
Settings > User Interface > Cerulean
</source>
Add Songs
<source lang="yaml">
Connect:
    Add Account:
        SMB:
            url:      smb://192.168.1.220/music
            workgroup: WORKGROUP
            login:    smbguest
            password:  <password>
Navigate to Folder:
    (...) Download
</source>
</blockquote><!-- synchronizing music -->

Revision as of 02:31, 28 August 2021

Builtin

# system tray
- safari
- mail
- phone
- imessage

# keep
- calendar
- photos
- notes
- settings
- contacts
- maps

Apps

- firefox
- downcast
- downpour
- audible
- bandcamp
- flacbox
- reddit/apollo

Notifications Center

swipe left (from anywhere):
    scroll to bottom
    edit
        - calendar
        - weather
        - omnistat: memory
        - omnistat: cpu

CardDav/CalDav Sync

adding caldav/carddav to iphone:

Settings > Contacts > Accounts
   Add Account: Other
     Add CardDav Account:
       server: https://${DOMAIN.COM}:${PORT}/card.php/principals/will
       username: will
       password: <password>
Settings > Calendars > Accounts
   Add Account: Other
     Add CardDav Account:
       server: https://${DOMAIN.COM}:${PORT}/cal.php/principals/will
       username: will
       password: <password>

Synchronizing Music

Instead of using itunes, I've opted to use flacbox. It allows you to define an SMB share, and browse/download music to your phone from it.

UI style

Settings > User Interface > Cerulean

Add Songs

Connect:
    Add Account:
        SMB:
            url:       smb://192.168.1.220/music
            workgroup: WORKGROUP
            login:     smbguest
            password:  <password>

Navigate to Folder:
    (...) Download