-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompositor.json
More file actions
83 lines (83 loc) · 3.17 KB
/
Copy pathcompositor.json
File metadata and controls
83 lines (83 loc) · 3.17 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "sabberworm/iTunes-Playlist-Selector.alfredworkflow",
"version": "0.1.4",
"libraries": {
"xv": "^1.1.19"
},
"title": "Alfred Workflow: iTunes Playlist Selector",
"branch": "",
"style": {
"name": "Future",
"componentSet": {
"nav": "nav/BasicNav",
"header": "header/BannerHeader",
"article": "article/BasicArticle",
"footer": "footer/BasicFooter"
},
"fontFamily": "\"Avenir Next\", Helvetica, sans-serif",
"heading": {
"fontWeight": 500,
"textTransform": "uppercase",
"letterSpacing": "0.2em"
},
"alternativeText": {
"textTransform": "uppercase",
"fontWeight": 400,
"letterSpacing": "0.2em",
"opacity": 0.75
},
"colors": {
"text": "#333",
"background": "#fff",
"primary": "#666",
"secondary": "#888",
"highlight": "#1f80ff",
"muted": "#f6f6f6",
"border": "#eee"
},
"layout": {
"centered": true,
"maxWidth": 1024,
"bannerHeight": "80vh"
}
},
"content": [
{
"component": "nav",
"links": [
{
"href": "https://alpha.app.net/raphi/post/14985673",
"text": "Home"
},
{
"href": "https://github.com/sabberworm/iTunes-Playlist-Selector.alfredworkflow",
"text": "GitHub"
}
]
},
{
"component": "header",
"heading": "Alfred Workflow: iTunes Playlist Selector",
"subhead": "Allows one to quickly jump to the desired iTunes playlist without playing it",
"children": [
{
"component": "ui/TweetButton",
"text": "iTunes-Playlist-Selector.alfredworkflow: Allows one to quickly jump to the desired iTunes playlist without playing it",
"url": "https://alpha.app.net/raphi/post/14985673"
},
{
"component": "ui/GithubButton",
"user": "sabberworm",
"repo": "iTunes-Playlist-Selector.alfredworkflow"
}
]
},
{
"component": "article",
"metadata": {
"source": "github.readme"
},
"html": "<h1>iTunes Playlist Selector Alfred 2 Workflow</h1>\n<p>Lets you filter your iTunes playlist and show them afterwards. Call its script filter using the “itpl” keyword.</p>\n<p>To initialize, choose the “Reload Playlists” options to cache a list of playlists in a text file. After that, you’re all set.</p>\n<h2>Backing up playlists</h2>\n<p>There is a back up script (called with “plbck”). It will let you select a playlist and then copy a list of song IDs to the clipboard from where you can paste it to your backup file.</p>\n<h2>Restoring playlists</h2>\n<p>Copy a list of song IDs you have previously backed up to the clipboard and then use the restore script (“plres”). It will clear the selected playlist and fill it with the songs from the clipboard. Afterwards, the clipboard will contain the previous contents of the playlist (as well as messages for any potential errors that occurred).</p>\n<h2>Acknowledgements</h2>\n<p>Icons taken from the <a href=\"http://adamwhitcroft.com/batch/\">Batch icon set</a> by Adam Whitcroft</p>\n"
}
]
}