-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
28 lines (18 loc) · 958 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
iTunes Dropbox Tunnel
By: Alexander Millar and Thomas Millar
Version: 1.0
These scripts will enable you to share either the current track you are listening to or the current album with a friend.
Release Notes:
- Supports one-to-one sharing
- Requires manual setup of Folder Actions and shared folders
Setup:
1. Get a friend
2. Setup two shared folders on dropbox with said friend
~/dropbox/for-friend-1
~/dropbox/for-friend-2
3. If you are friend-1 then map the on-add-import-to-itunes.scpt to the folder actions scripts for the for-friend-1 folder, do the opposite for friend-2
4. Change the ________ variables in share-track.scpt and share-album.scpt to point to the dropbox folders you setup.
5. Once both friends have done steps 1-4 you can invoke the script when playing a song in iTunes and start sharing music with each other.
To Do:
- Extend support to many-to-many
- Create a simpler installation process