Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
525 commits
Select commit Hold shift + click to select a range
ade619e
[rdio-metadata] Correctly escape OAuth parameters
xhochy Jun 21, 2014
70332b6
[gmusic] Update cache every 300 seconds instead of every 300ms
mrmaffen Jun 23, 2014
d07d555
[gmusic] Get all 20000 possible tracks in the locker.
mrmaffen Jun 29, 2014
151dce7
[gmusic] Remove non-functional code in _loadSettings function.
mrmaffen Jun 29, 2014
97c5d28
[gmusic] Limit response to only the necessary fields.
mrmaffen Jun 29, 2014
257c5f0
[gmusic] Add track count to "Reporting collection" log message.
mrmaffen Jun 29, 2014
511618d
[gmusic] Fetch all tracks from locker. Cache efficiently.
mrmaffen Jul 1, 2014
9e09dab
[gmusic] Minor fix in log message.
mrmaffen Jul 1, 2014
03db6ab
[gmusic] Increased version number to 0.4.
mrmaffen Jul 1, 2014
b1243ce
[subsonic] Fixed collection for rest-api version > 1.8.0, +several ot…
mrmaffen Jul 11, 2014
3e6ca41
[subsonic] Added configTest method to subsonic resolver.
mrmaffen Jul 12, 2014
db515dd
[grooveshark] Fixed code-style and log output.
mrmaffen Jul 12, 2014
9c398ef
[grooveshark] Reorganized and fixed the grooveshark resolver (proper …
mrmaffen Jul 12, 2014
ec40381
[grooveshark] Added configTest methods.
mrmaffen Jul 12, 2014
cd49063
[ampache] Minor fix in generateUrl function
mrmaffen Jul 14, 2014
466be3a
[ampache] Added configTest function
mrmaffen Jul 14, 2014
320b717
[ampache] Use CryptoJS directly, if present.
mrmaffen Jul 14, 2014
d384c1e
[ampache] Updated resolver icon. Fixed alignment of pixmap in config.ui.
mrmaffen Jul 14, 2014
9df3589
[qobuz] Use CryptoJS directly, if present.
mrmaffen Jul 14, 2014
94183e1
[vkontakte] Use CryptoJS directly, if present.
mrmaffen Jul 14, 2014
bfeb7f1
[exfm] Use CryptoJS directly, if present.
mrmaffen Jul 14, 2014
7a5c3aa
[ampache] Improved config dialog. Added "http://" as default protocol…
mrmaffen Jul 14, 2014
357863e
Fixed check for presence of CryptoJS in every relevant resolver.
mrmaffen Jul 14, 2014
91d1ff9
[subsonic] Check if valid results were returned before parsing.
mrmaffen Jul 14, 2014
1da2ea6
[grooveshark] Don't use Tomahawk.asyncRequest to ensure backwards com…
mrmaffen Jul 14, 2014
1da7009
[subsonic] Bump version
xhochy Jul 20, 2014
9cdaa4a
Remove padding and square up all resolver icons
jherskowitz Aug 8, 2014
8e84ca0
More resolver icon cleanup
jherskowitz Aug 8, 2014
d415f38
More resolver cleanup - still haven't changed Soundcloud or Officialf…
jherskowitz Aug 8, 2014
33a9e9b
Also update the Attica instances of resolver icons
jherskowitz Aug 9, 2014
1228514
Optimize PNG sizes
xhochy Aug 9, 2014
3a9ae27
YouTube may decide that that an undefined object has length === 1.
rotzbouw Aug 25, 2014
334a32e
[youtube] Wrap Tomahawk.addTrackResults
dschmidt Sep 7, 2014
6899b3a
Add bandcamp
jherskowitz Sep 17, 2014
40cf4fd
Fix Bandcamp metadata so it's proper JSON.
teo Sep 18, 2014
5cbbdac
Fix Bandcamp icon
jherskowitz Sep 18, 2014
2435311
Add other icon to 8tracks
jherskowitz Sep 18, 2014
4875b75
Standarize resolver descriptions so they all have periods.
jherskowitz Sep 18, 2014
641e31d
Update Tomahk metdata icon to match
jherskowitz Sep 18, 2014
0839e5d
Make descriptions more consistent. Add periods.
jherskowitz Sep 21, 2014
26a4730
[4shared] API no longer returns mp3 URL, parse file page instead
lorenzhs Sep 22, 2014
fa08453
[grooveshark] Style fixes and disable some logs
xhochy Sep 23, 2014
ec898f2
[beatsmusic] Add indicator icon
xhochy Sep 23, 2014
0d279d3
[beatsmusic] Add callback to notify when resolver was initialised.
xhochy Sep 23, 2014
c5e9a33
[test] Add parameter to pass userConfig to the resolver
xhochy Sep 23, 2014
4991bb5
[beatsmusic] Add basic test case
xhochy Sep 23, 2014
ecbc870
[test] Require newer tomahawkjs
xhochy Sep 23, 2014
c4492be
[beatsmusic] Add small helper to resolve one song
xhochy Sep 26, 2014
85d2f1c
[grooveshark] Use Tomahawk-provided diacritic remover if available
lorenzhs Sep 28, 2014
70f62ee
Merge pull request #56 from lorenzhs/grooveshark-remove-diacritics
xhochy Sep 28, 2014
0ff04a8
Add a vibe3 resolver
lorenzhs Sep 28, 2014
1bcd606
[beatsmusic] Add license
xhochy Sep 28, 2014
aa459ad
[beatsmusic] Better license indication
xhochy Sep 28, 2014
058e2ec
Require tomahawkjs 0.3.2
xhochy Sep 28, 2014
ba8d5c2
Merge pull request #55 from lorenzhs/add-vibe3
muesli Oct 6, 2014
d75a82a
Don't throw errors if API is down.
rotzbouw Oct 6, 2014
0088b2a
First working version of YouTube's API V3 version of the resolver.
rotzbouw Oct 6, 2014
5d69647
Fix THR-91.
rotzbouw Oct 9, 2014
8c8505f
Add search to Vibe3.com resolver.
rotzbouw Oct 9, 2014
d158397
Add Vibe3.com resolver's capabilities to README.
rotzbouw Oct 9, 2014
6172dfb
Make sure code execution stops after returning results in hatchet mode.
rotzbouw Oct 9, 2014
287ba30
Change key of Video Id to youtubeVideoId.
rotzbouw Oct 9, 2014
16436ad
First working version of YouTube's API V3 version of the resolver.
rotzbouw Oct 6, 2014
f11ef46
Make sure code execution stops after returning results in hatchet mode.
rotzbouw Oct 9, 2014
f7690eb
Change key of Video Id to youtubeVideoId.
rotzbouw Oct 9, 2014
e842794
Merge branch 'youtube_api_v3_port' of https://github.com/tomahawk-pla…
rotzbouw Oct 9, 2014
de9042f
* Fixed beats config layout.
muesli Oct 11, 2014
2558f68
Update README.md
jherskowitz Oct 12, 2014
1c37f4f
Switched to :key: for services requiring authentication.
muesli Oct 13, 2014
ad5292e
Fixed table layout.
muesli Oct 13, 2014
9683339
[vibe3] add link to search result page as icon click action
lorenzhs Oct 13, 2014
60422b2
Merge pull request #57 from lorenzhs/vibe3-linkUrl
xhochy Oct 13, 2014
6e792fc
Fix logging of empty result during resolve.
rotzbouw Oct 14, 2014
48d8b24
Merge branch 'youtube_api_v3_port'
rotzbouw Oct 15, 2014
03dc273
Version bump
rotzbouw Oct 15, 2014
fb9a9be
[test] Split helper function into two
xhochy Oct 18, 2014
8c5b833
[tools] Add small resolve tester
xhochy Oct 18, 2014
aa03c4c
Add minimist as node dependency
xhochy Oct 18, 2014
26ef0c4
[beatsmusic] Style fix
xhochy Oct 19, 2014
d8eab8e
[beatsmusic] Readbility++
xhochy Oct 19, 2014
5922c12
[beatsmusic] no tabs, please
xhochy Oct 19, 2014
1364aae
Update description of Spotify resolver to remove reference to syncing
jherskowitz Oct 23, 2014
ff0b74e
Capitalize Rdio
jherskowitz Oct 27, 2014
a5eef72
[tools] Add URLLookup tool
xhochy Oct 27, 2014
7a79966
Update to new Google Music icon
jherskowitz Oct 27, 2014
6b67ca4
Archive old spotify resolver
xhochy Oct 27, 2014
e063b44
Fix spelling mistake
xhochy Oct 27, 2014
badd714
[spotify] Add skeleton for new resolver
xhochy Oct 27, 2014
da90398
[authproxy] Remove Beats HTML
xhochy Oct 28, 2014
ba64996
Make authproxy a toplevel project
xhochy Oct 28, 2014
fd70bab
[tools] Add option to load config from file
xhochy Oct 29, 2014
8092507
[authproxy] Add basic Spotify handling
xhochy Oct 29, 2014
ff7978c
[spotify] Add basic resolving
xhochy Oct 29, 2014
5d3345a
[spotify] Remove obsolete TODO
xhochy Oct 29, 2014
d709f49
Use node-tomahawkjs 0.3.3
xhochy Nov 1, 2014
d1c0085
[spotify] Add basic track search
xhochy Nov 1, 2014
bd82650
Add tool for testing search
xhochy Nov 1, 2014
b634fbf
Add support for loading resolver config from file
xhochy Nov 1, 2014
0acf5c7
[spotify] Import UrlLookup from spotify-metadata
xhochy Nov 1, 2014
b48b661
[spotify] Add basic HTTP server
xhochy Nov 2, 2014
85b158d
[spotify] Fix spelling mistake
xhochy Nov 2, 2014
1647fe6
[spotify] Typedef for better readability
xhochy Nov 2, 2014
7004e91
[spotify] Add find script for libspotify
xhochy Nov 2, 2014
4b26468
[beatsmusic] Add 0.8+ prefix to description
xhochy Nov 2, 2014
0aa8f36
[beatsmusic] Bump version
xhochy Nov 2, 2014
a05d0d4
[gmusic] Trim down README
xhochy Nov 3, 2014
3c8348a
[grooveshark] Bump version
xhochy Nov 3, 2014
145a6ba
[soundcloud] Bump version
xhochy Nov 3, 2014
9eb4286
Added tomahawk-metadata and hatchet-metadata resolvers
mrmaffen Nov 4, 2014
30677dc
[spotify-metadata] Instead of using splice(1,1) use non-capturing gro…
mrmaffen Nov 4, 2014
3ae88d0
[spotify-metadata] Added log output, improved regexps, allow playlist…
mrmaffen Nov 4, 2014
81e7e37
[spotify] Added log output, improved regexps, allow playlist url hand…
mrmaffen Nov 4, 2014
0cebea2
[deezer-metadata] Mention that we only support 0.8
xhochy Nov 5, 2014
cf1ebdc
[deezer-metadata] Bump version
xhochy Nov 5, 2014
374b96a
[rdio-metadata] Mention that we only support 0.8 +
xhochy Nov 5, 2014
10bd552
[rdio-metadata] Bump version
xhochy Nov 5, 2014
80d05ff
Update HACKING.md to include info regarding cross-compatibility with …
mrmaffen Nov 5, 2014
89eca16
[beatsmusic] Bump version
xhochy Nov 5, 2014
1f2d7cd
[deezer-metadata] Bump version
xhochy Nov 5, 2014
56bcb66
[deezer-metadata] Don't use ampersands in descriptions as this will b…
xhochy Nov 5, 2014
79b84d5
Add Node to HACKING.md
xhochy Nov 6, 2014
dab6852
Remove ampersand and bump version for Tomahk and Rdio metadata resolvers
jherskowitz Nov 6, 2014
9c68706
Remove ampersand from Spotify metadata resolver and bump version
jherskowitz Nov 6, 2014
8a07dc4
[gmusic] Add note about using the mobile apps first
xhochy Nov 6, 2014
e5131a0
[gmusic] Bump version
xhochy Nov 6, 2014
0444126
Add Urllookup to capabilities.
rotzbouw Nov 7, 2014
f01d7f8
- Initially, allow any URL.
rotzbouw Nov 7, 2014
1587f14
Merge pull request #58 from rotzbouw/master
xhochy Nov 7, 2014
6f816f4
[spotify] Extract exit request handling in its own function
xhochy Nov 7, 2014
a09fcf3
[spotify] Debug--
xhochy Nov 7, 2014
b2a1a3d
- Open Tomahawk's artist page when dropping a Bandcamp artist page to…
rotzbouw Nov 7, 2014
04cebe0
Merge branch 'master' of https://github.com/tomahawk-player/tomahawk-…
rotzbouw Nov 7, 2014
214630f
Add Bandcamp to the capabilities table.
rotzbouw Nov 7, 2014
f27c8d5
Version bump.
rotzbouw Nov 7, 2014
261ea93
[spotify] Style fix
xhochy Nov 7, 2014
86c24fd
[spofify] newConfigSaved is outdated, mark with FIXME
xhochy Nov 7, 2014
489b420
[spotify] We also require user/pw for the binary part until the Deskt…
xhochy Nov 7, 2014
32d57cf
Depend on [email protected]
xhochy Nov 7, 2014
ba5e2f7
[spotify] Add getStreamUrl skeleton
xhochy Nov 7, 2014
e3158df
Add tool to query the stream URL for (artist, track, album)
xhochy Nov 7, 2014
541a231
Initial Urllookup commit.
rotzbouw Nov 11, 2014
70a6729
Drag'n'drop YouTube video URLs to Tomahawk. Playlists = WIP.
rotzbouw Nov 12, 2014
be55059
Add link to 2-step auth instructions
jherskowitz Nov 12, 2014
b2d0bf6
Enable drag and drop of YouTube URLs for both, single videos and play…
rotzbouw Nov 12, 2014
45f7fd4
Merge branch 'master' of https://github.com/tomahawk-player/tomahawk-…
rotzbouw Nov 12, 2014
f9b7ffd
Add YouTube-Metadata to capabilities table.
rotzbouw Nov 12, 2014
3fba825
[hatchet-metadata] Fix reference
mrmaffen Nov 12, 2014
5937b94
Bump version on gmusic
jherskowitz Nov 12, 2014
e8bac8f
- Use correct naming of resolver
rotzbouw Nov 12, 2014
5a4bf02
Merge branch 'master' of https://github.com/tomahawk-player/tomahawk-…
rotzbouw Nov 12, 2014
57af64c
Allow all possible subdomain names and fix dropping of artist URLs.
rotzbouw Nov 14, 2014
013b687
Don't just accept any url as a new playlist in Bandcamp and YouTube r…
muesli Nov 15, 2014
e39fe76
Fixed typo.
muesli Nov 19, 2014
1368c74
Add more info to help troubleshoot google music login failures.
illogic-al Nov 30, 2014
2904387
Caress wording in the google music resolver dialog, for clarity.
illogic-al Nov 30, 2014
db968e2
Merge pull request #60 from illogic-al/gmusic-doc-update
muesli Dec 1, 2014
5de2015
Fix returning of result for actually correctly named tracks on YouTube.
rotzbouw Dec 7, 2014
95e7c32
Fancy icons
jherskowitz Dec 15, 2014
776edec
Fancy icons
jherskowitz Dec 15, 2014
3711688
Fancy icons
jherskowitz Dec 15, 2014
f20af5a
Fancy icons
jherskowitz Dec 15, 2014
6f40826
Fancy icons
jherskowitz Dec 15, 2014
c52932c
Fancy icons
jherskowitz Dec 15, 2014
71c869a
Fancy icons
jherskowitz Dec 15, 2014
1796dd1
Fancy icons
jherskowitz Dec 15, 2014
5304578
Fancy icons
jherskowitz Dec 15, 2014
8fd76af
Fancy icons
jherskowitz Dec 15, 2014
35c7cff
Fancy icons
jherskowitz Dec 15, 2014
189df58
Fancy icons
jherskowitz Dec 15, 2014
13fb993
Fancy icons
jherskowitz Dec 15, 2014
30be7bb
[beatsmusic] Added configTest functionality to beatsmusic resolver.
mrmaffen Dec 16, 2014
ca969cc
[beets] Added new configTest functionality to beets resolver.
mrmaffen Dec 16, 2014
66a5584
[gmusic] Added new configTest functionality to gmusic resolver. Persi…
mrmaffen Dec 16, 2014
56f9ce1
Change block to black
jherskowitz Dec 17, 2014
7a768a6
[rdio-metadata] Put a spell on those super secret keys.
mrmaffen Dec 17, 2014
8d4c07a
[rdio-metadata] Fix indentation in metadata.json
mrmaffen Dec 17, 2014
8620a78
[deezer-metadata] Fix indentation in metadata.json
mrmaffen Dec 17, 2014
e2582de
Add Deezer and Rdio resolver (metadata + resolving)
mrmaffen Dec 17, 2014
37399a8
[Grooveshark] Change block to orange
jherskowitz Dec 17, 2014
21a090d
[gmusic] Match orange to their app
jherskowitz Dec 17, 2014
283c5d4
[Hatchet metadata] Blue tweak
jherskowitz Dec 17, 2014
0da7504
Color match all of the fancy icons to original source's colors
jherskowitz Dec 17, 2014
f31c617
[spotify-metadata] Actually add iconBackground and iconWhite pngs. Fi…
mrmaffen Dec 17, 2014
b483436
[rdio] Use official rdio blue in icon background (#008fd5)
mrmaffen Dec 17, 2014
2b5fea9
[deezer] Use black icon background.
mrmaffen Dec 17, 2014
73923b4
[rdio-metadata] Use official rdio blue in icon background (#008fd5)
mrmaffen Dec 17, 2014
8443487
[hatchet-metadata] Fixed regexps in canParseUrl and lookupUrl functions.
mrmaffen Dec 18, 2014
653d617
[soundcloud] Replaced tabs with spaces. Fixed indentation.
mrmaffen Dec 18, 2014
c16afef
Fix grammar in Google Play Music Resolver
camconn Dec 19, 2014
dad5fd7
Further improved spelling and grammar
camconn Dec 19, 2014
d2a4e21
Merge pull request #62 from camconn/master
jherskowitz Dec 19, 2014
1848429
[ampache] Always prepare handshake before configTest.
mrmaffen Jan 6, 2015
a8c181d
[hatchet-metadata] Add capability to parse playlists
mrmaffen Jan 13, 2015
d8af0c2
[gmusic] Still get AllAccess results when no locker tracks available.
mrmaffen Jan 22, 2015
8544b9c
URL-encode passwords for Google Music
interfect Feb 9, 2015
1e38cbc
[hatchet-metadata] Always replace "+" with " " when decoding url.
mrmaffen Feb 13, 2015
a343752
[tomahk-metadata] Always replace "+" with " " when decoding url.
mrmaffen Feb 13, 2015
d8fc21e
TIDAL (tidalhifi.com) resolver
theli-ua Feb 14, 2015
4c92a27
Merge pull request #64 from interfect/patch-1
mrmaffen Feb 15, 2015
a499f5f
Improved and merged "Add iOS only support. #61" PR by DAlOG
mrmaffen Feb 15, 2015
ba08f71
Use higher res icon
theli-ua Feb 16, 2015
4006c2c
Bump TIDAL's weight to 91
theli-ua Feb 16, 2015
d268362
remove hyphens from metadata when resolving on TIDAL as it breaks sea…
theli-ua Feb 17, 2015
c98f119
Implemented Promises. VERY UNTESTED, but it resolves. Added more logi…
willstott101 Feb 17, 2015
8857d3e
Actually implemented Promises. Return more correct bit-rate values. A…
willstott101 Feb 18, 2015
c6ec35e
Implemented a getStreamUrl promise abstraction.
willstott101 Feb 18, 2015
6e334fd
Merge pull request #1 from willstott101/theli-master
theli-ua Feb 19, 2015
568f35d
[spotify] Improved auth procedure. Redirect to WebView and store refr…
mrmaffen Feb 21, 2015
0b5ce2a
[gmusic] Report proper config test result when no connection available.
mrmaffen Feb 22, 2015
50e04dc
Un-limit search results. Limit resolve results. Implemented working d…
willstott101 Feb 20, 2015
f5ca959
Added lookupUrl capabilities.
willstott101 Feb 24, 2015
3c3a4ed
Added a useful debug object printing function. Now log all drop respo…
willstott101 Feb 24, 2015
82486b3
Fix metadata resolving for tidalhifi.com
theli-ua Mar 3, 2015
907956c
Add resolve hints to tidal playlists
theli-ua Mar 3, 2015
be59fc2
Fix tidal playlists being limited to 10 tracks
theli-ua Mar 3, 2015
75b1342
[tidal] split lookupUrl into 2 separate methods to be ready once new …
theli-ua Mar 4, 2015
77f5893
Implement testConfig
theli-ua Mar 4, 2015
1f470f6
Always throw an error if API calls are made when not logged in. Plus …
willstott101 Mar 4, 2015
b53defc
Styling changes. Removed now defunct type additions to URL responses.
willstott101 Mar 4, 2015
015a3ae
Updated lookupUrl regex to not expect http(s):// (drag and drop from …
willstott101 Mar 4, 2015
9ab6830
Escape . in regex.
willstott101 Mar 4, 2015
5353658
Don't let beatsmusic resolver run into timeout if not logged in
dschmidt Mar 4, 2015
6a0d8bb
Fix blindly commited code
dschmidt Mar 4, 2015
0cac9f2
last.fm: use https for resolving and for playback
dschmidt Mar 4, 2015
20d59a7
jamendo: use https for resolving, searching and playback
dschmidt Mar 4, 2015
6f77f3e
Merge pull request #2 from willstott101/theli-fork
theli-ua Mar 10, 2015
b565b18
subsonic: go back to server url config to support subfolders and to a…
dschmidt Mar 10, 2015
a696190
Bump version
dschmidt Mar 10, 2015
d5c7e60
Merge pull request #67 from tomahawk-player/go-back-to-subsonic-serve…
muesli Mar 14, 2015
4144c8d
Merge pull request #65 from theli-ua/master
muesli Mar 14, 2015
7fb88d1
Set correct origin for TIDAL login request
theli-ua Mar 18, 2015
c903963
Merge pull request #68 from theli-ua/master
muesli Mar 18, 2015
c8b32ef
Bumped Tidal to 0.0.3.
muesli Mar 18, 2015
f7b62f1
[spotify] Added "show_dialog=true" parameter to allow for user-switching
mrmaffen Mar 31, 2015
4bfc8a2
Start documentation using mkdocs
xhochy Mar 14, 2015
e7c2343
Add missing verb
xhochy Mar 22, 2015
e15b557
Ignore generated metadata.desktop files
xhochy Apr 4, 2015
f1dd0f9
Avoid making a notification on invalid conf in tidal if it is disabled
theli-ua Apr 7, 2015
aad1fd4
Merge pull request #69 from theli-ua/master
dschmidt Apr 7, 2015
97eda28
Dummy resolver to test HLS streaming
theli-ua Apr 8, 2015
c40096e
Fix name for TIDAL resolver as service is called just TIDAL
theli-ua Apr 9, 2015
ea44dec
Merge pull request #71 from theli-ua/TIDAL
muesli Apr 11, 2015
704c011
Bump version to 0.0.4.
muesli Apr 11, 2015
4894403
A bit more work on the documentation
xhochy Apr 13, 2015
b8412ca
Turn HLS streaming plugin into general purpose test streaming one
theli-ua Apr 13, 2015
8c95959
Merge pull request #70 from theli-ua/master
muesli Apr 13, 2015
0d14554
[spotify] Minor fixes to the way the access token is reported
mrmaffen Apr 16, 2015
25a6fc8
Add favicon and github to docs
xhochy Apr 19, 2015
cf11ed1
New resolver : 3voor12
Apr 20, 2015
6cddf23
typo
gordielachance Apr 20, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ Makefile*
moc_*
*~
.DS_Store
build
*.axe
*.md5
node_modules/
metadata.desktop
Binary file added 3voor12/content/contents/code/3voor12-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading