ejurgensen
a9e038841a
[docs] Fix markup in README_JSON_API
2021-03-12 21:06:06 +01:00
ejurgensen
728d253e1f
[jsonapi] Make updating of currently playing track metadata easier
...
Update to commit #aaffa4a that makes it easier to update currently playing
track, user can use "now_playing" instead of getting the queue item id.
2021-01-21 22:46:19 +01:00
ejurgensen
aaffa4a83f
[jsonapi] Add support for updating queue_item metadata ( closes #1153 )
...
This commit also changes db.c's sort_tag_create to always recreate sort tags,
so that they match source tags, should they have changed. Unclear to me why
the previous solution didn't do that, so will probably regret this change when
it dawns on me.
2021-01-21 20:56:05 +01:00
whatdoineed2do/Ray
249809469d
[README] fix anchor link
2020-08-10 21:51:44 +02:00
whatdoineed2do/Ray
3a0d4edc21
[README,config] db backup
2020-08-10 21:51:44 +02:00
whatdoineed2do/Ray
6b7df9475a
[README] update for 'limit' on 'add' endpoint
2020-07-04 11:55:55 +01:00
ejurgensen
d18e49f59b
[jsonapi] Make PUT /api/outputs/x capable of device verification
2020-05-26 22:46:49 +02:00
ejurgensen
d073781445
[json] Add endpoint to delete a setting (reset to defaults)
2020-05-16 00:13:10 +02:00
chme
e479ef2eaa
[README] Add new endpoint for tracks/id/playlists to API doc
2020-04-19 06:44:13 +02:00
ejurgensen
3994ef0f2e
[jsonapi] Add endpoint for playlist update of query_limit
...
Makes it possible to set number of podcasts retrieved for RSS feeds.
Closes #951 .
2020-04-17 20:10:58 +02:00
ejurgensen
16a3b8878f
[jsonapi] Change library_item_add, add delete pl and drop library_item_remove
2020-04-04 21:07:16 +02:00
whatdoineed2do/Ray
42d147af3a
[README] new playlist track update endpoint
2020-03-23 13:39:59 +00:00
chme
73a9ac16d6
[README] Update JSON API docs with playlist folders support
2020-02-24 21:27:53 +01:00
chme
779e5b8617
[README] Add new seek parameter to JSON API documentation
2019-10-20 14:36:21 +02:00
chme
37b7a2952b
[README] Add documentation for toggle outputs endpoint
2019-09-26 08:03:28 +02:00
chme
862ad928b1
[README] Update JSON API readme with new settings endpoints
2019-08-31 08:43:53 +02:00
Christian Meffert
e608b763ef
Merge pull request #752 from whatdoineed2do/db-queue-quality
...
db queue to incl media quality info
2019-07-09 20:19:10 +02:00
whatdoineed2do/Ray
19abbe5d5d
[htdocs/web-src/README] review comments fixes
2019-07-09 13:54:59 +02:00
whatdoineed2do/Ray
e0a18082f7
[web-src/jsonapi] move endpoint /api/update as PUT operation
2019-07-09 13:54:59 +02:00
whatdoineed2do/Ray
8c024387ae
[web-src/jsonapi] endpoint GET /api/update/meta -> PUT /api/rescan
2019-07-09 13:54:59 +02:00
whatdoineed2do/Ray
e9c1a59ad2
[jsonapi] expose force metadata rescan via /api/update/meta endpoint
2019-07-09 13:54:59 +02:00
whatdoineed2do/Ray
f194145b8e
[jsonapi] queue/track responses incl type/bitrate/samplerate/channels
2019-06-12 16:52:46 +01:00
chme
4a06b05365
[README] Add new query parameter for queue/items/add endpoint
2019-02-23 11:02:12 +01:00
chme
47e464ee97
[README] Fix wrong data_kind value in track object
2019-02-23 11:02:12 +01:00
chme
0caa98d8ff
[REAMDE] Update JSON API readme (add new queue item attributes)
2019-02-14 08:24:36 +01:00
chme
694e1874ae
[README] Update JSON API documentation (new endpoint for tracks, fix for
...
player/previous)
2019-01-31 09:42:53 +01:00
tobyh
d8281e351b
Fix API documentation for player/previous endpoint
...
s/prev/previous/
2019-01-27 20:04:38 +11:00
chme
f91df003fe
[README] Update JSON API documentation
...
- api/player/toggle
- api/player/volume
2019-01-22 09:24:14 +01:00
chme
98098698de
[README] Update documentation for queue/items/add endpoint
2019-01-05 07:21:36 +01:00
chme
3de2418b49
[README] Add "database" event to push notification documentation
2019-01-02 09:51:54 +01:00
chme
e3b0442fc7
[README] Add documentation for expression parameter in queue/items/add
2019-01-02 09:51:54 +01:00
chme
dcbe503686
[jsonapi] Return number of items added in queue/items/add endpoint
...
response
2018-12-20 11:19:47 +01:00
chme
21bfd0645b
[README] Add missing documentation for track object fields
2018-12-20 11:19:47 +01:00
chme
ccb0090e53
[README] Add new endpoint "api/library/files" to JSON API README
2018-12-18 08:28:19 +01:00
whatdoineed2do/Ray
cfadcc184f
[jsonapi] support composer in queue and track objs
2018-11-30 17:22:21 +01:00
chme
3fe5f3a501
[README] Add some information for artwork urls
2018-11-30 07:19:12 +01:00
chme
b86f9f437d
[README] Document JSON API endpoints /api/update and /api/library (fixes
...
#618 )
2018-11-19 20:33:27 +01:00
chme
6da97ab866
[README] Add syntax highlighting to code blocks
2018-10-25 19:36:43 +02:00
chme
1db083fa69
[README] Document "position" parameter for queue/items/add in JSON API
2018-10-25 19:36:43 +02:00
whatdoineed2do
e3ce003190
genre search functionality ( #559 )
...
* [jsonapi] Add support for listing albums for genres
2018-09-02 09:05:18 +02:00
ejurgensen
fde0a28142
Support for skip_count and time_skipped file metadata
2018-08-18 22:56:27 +02:00
chme
9d0c514ba3
[README] Update JSON API endpoint reference
2018-05-09 22:29:52 +02:00
chme
a70a904ffc
[README] Update JSON API readme (new endpoints and new track fields)
2018-04-15 22:11:40 +02:00
chme
4addb47589
[README] Add new endpoints for library and queue to the JSON API docs
2018-03-14 19:22:13 +01:00
chme
b17fb1c101
[README] JSON API Endpoint reference documentation
2018-02-15 19:19:13 +01:00