Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jellyfin/jellycon

Kodi Addon for Jellyfin
https://github.com/jellyfin/jellycon

use plotoutline instead of listItem.setUniqueIDs for backwards compatability with Kodi 16

32f8e2b7e53dceb0be6fd80713bbce1017530b88 authored almost 7 years ago by Shaun <[email protected]>
Force Kodi 17+ as we are not only compatable with 17+

ff455af1557779b596f1c86bffa1ae1e14775f29 authored almost 7 years ago by Shaun <[email protected]>
remove unused imports and old code

69b388e2d3fa546f15c3a3224c2d767196cc89c9 authored almost 7 years ago by Shaun <[email protected]>
on playback if we dont know about the file being played then ignore it

e814dbddbae5e2a3930c4876140e8a97fe471d5b authored almost 7 years ago by Shaun <[email protected]>
dont use home window properties to track playback started events

9b9c087b697e6a659aad15d8e422116d67e1d853 authored almost 7 years ago by Shaun <[email protected]>
move all the playback functions and classes to the play_utils module

9825c0831f2e83f33b5a569c57d495a1b1a3d727 authored almost 7 years ago by Shaun <[email protected]>
move the Send Notify Event to its own function

send a notification when items are displayed so the viewmaster addon can do its thing

d30a31c9cf1c5d5228718fc36f1c6d9a039f0d70 authored almost 7 years ago by Shaun <[email protected]>
use an xbmc.Monitor to monitor for playback events instead of the home window property

613f8e28d176f8e6623c8a4eaf0a307d143219f2 authored almost 7 years ago by Shaun <[email protected]>
fix a unicode bug, comparing unicode and none unicode strings has issues

12930afa9eadf25462710fa173be2d65de5cbaff authored almost 7 years ago by Shaun <[email protected]>
fix a bug in sending the next episode details, if there is no next dont send

8cb632db7dee01a953e71eff01e46e8edf437e95 authored almost 7 years ago by Shaun <[email protected]>
split out get next episode into its own function

add notification event for next episode details

c757b7ed5b880650d956c02106c34b3952f9eeb9 authored almost 7 years ago by Shaun <[email protected]>
add more info to now playing items

ea3932d569663ee8e536c861c58d25bf6f67163b authored almost 7 years ago by Shaun <[email protected]>
remove a bunch of string encode calls, they ar enot needed and were there to fix logging

fix the logging to convery any unicode to a utf-8 string on the fly

2e9c230314b9ae04ed6cc734ed7fb933f99f71b0 authored almost 7 years ago by Shaun <[email protected]>
bump ver

7cc2dfa685c0918ba143dd568d2c2052332ffffb authored almost 7 years ago by Shaun <[email protected]>
utf-8 encode name and strip none utf-8 chards form device name

56f568a5b8e6f5277058b09362e55d565d2a91b1 authored almost 7 years ago by Shaun <[email protected]>
encode name in widget content

7baa0c7180b1a43bc1142e2daa085c84d8c4c0a2 authored almost 7 years ago by Shaun <[email protected]>
Change logging to use function args and render the log line only if debug logging is enabled

c61a76ba1e92804cc73cf032e12ba88b4989aeb3 authored almost 7 years ago by Shaun <[email protected]>
bump version

a8d3f21482285551a5ff202f74be7f31994c4d50 authored almost 7 years ago by Shaun <[email protected]>
url quote the username when authenticating

96c6f5fc65b174fcea45973fc3c517f1638759c8 authored almost 7 years ago by Shaun <[email protected]>
use notifications instead of pop up dialogs for connection errors

9e42c6fef078183e293e61e7aea906e8ada58a59 authored almost 7 years ago by Shaun <[email protected]>
make sure index numbers for season and epp are not None

44b1ba78ad5bbf93ca7d8b4a3c987cf6b61c0b23 authored almost 7 years ago by Shaun <[email protected]>
remove some more map get calls

935097adf9ae940f30910d36fd9ed65cab0d7cc0 authored almost 7 years ago by Shaun <[email protected]>
remove a bunch of map get calls

8a560e33e752837302a84945c7b2c36a7c8c8059 authored almost 7 years ago by Shaun <[email protected]>
use a defaultdict

37fcf79a551b591462ac0483fc86bca186996c57 authored almost 7 years ago by Shaun <[email protected]>
dont crash when playing is not connection to Emby Sever is available

d1e98b610cc93cd961a4e7809efbfebf6bef530b authored almost 7 years ago by Shaun <[email protected]>
refactor search

a14596e247f35b4a2ad9d3706849b8017571f1de authored almost 7 years ago by Shaun <[email protected]>
remove popup error on connection errors

add option to surppress all connection errors

7100a09daa8ceb0f5abc17047e5bca4503ab4259 authored almost 7 years ago by Shaun <[email protected]>
use a class instead of a map

c57f205ebd58b6009c9e30451afff9fd11b1c916 authored almost 7 years ago by Shaun <[email protected]>
refactor the add gui item

896390f136c2d0d02779f645d85b488e08d039f4 authored almost 7 years ago by Shaun <[email protected]>
better handling of no server, server off line or sever restarting scenarios

2317d9b05523ed7f929162929fca2ad82aec8a52 authored about 7 years ago by Shaun <[email protected]>
handle if a user entered a full url in address host name

f591d161900214780ad0ea5d356115a8b395f0ce authored about 7 years ago by Shaun <[email protected]>
add some exception fall back in error reporting, reporting on the reporting

cebd10affb50bcdcb3056871875d4800d94a12e6 authored about 7 years ago by Shaun <[email protected]>
id 4100 was being used so had to change it

b82091de21acbccebed95920b6dcc0fda054ef5d authored about 7 years ago by Shaun <[email protected]>
if no server is set then just return an empty list

089e4e2a327fdbcf86cadd5e4204eadc13c8997c authored about 7 years ago by Shaun <[email protected]>
fix widget select action settings

64d6f0481e782f0bc1bb6c3fc84edf2a98371a10 authored about 7 years ago by Shaun <[email protected]>
return machien state with locals info in error reports

99ce66d658bb355b561eb4211b47a2fcd9a4bbf3 authored about 7 years ago by Shaun <[email protected]>
bump ver

422eb6380d4dcdf4b82f3cdc459f793f96782b5a authored about 7 years ago by Shaun <[email protected]>
sort movie years desc and add a Label sort mothod to allow sorting by the Kodi interface

65c455a5e3a7eed390b39f38ceb231eeec7114f7 authored about 7 years ago by Shaun <[email protected]>
better messaging for server detection

8f0b19c43673a66e5d13e72be6a0acf44be8733c authored about 7 years ago by Shaun <[email protected]>
dont log content update errors yet

64ca5cf3dc242d239106ddd9997c8dee9a293d81 authored about 7 years ago by Shaun <[email protected]>
add error submission prompt

03a202673274d6f9bda8a137504f525d4df86dc6 authored about 7 years ago by Shaun <[email protected]>
add media source id to the remote control play now action

33b1e3f7660fe9f2a1fff8e1da2b0bf245917f92 authored about 7 years ago by Shaun <[email protected]>
add back in WebSocket remote control

54e3ead792dbda0815aef276641c6105ee712b78 authored about 7 years ago by Shaun <[email protected]>
Add selection of media source for items that have multiple sources

66763bfeb389c65559f4c0b4783641b74d26f332 authored about 7 years ago by Shaun <[email protected]>
add play trailer for movies

cdea42cf6580678cdd0939434447d6ebf9307bf2 authored about 7 years ago by Shaun <[email protected]>
add Spoiler Alert feature, in settings hide unwatched episode info

8a1aefa28930126c86149c76e3a7d817ce744e40 authored about 7 years ago by Shaun <[email protected]>
add show_all_episodes option to settings

6944fc0188d52ad755142885c43898007e6955c5 authored about 7 years ago by Shaun <[email protected]>
Add movies my year menu item

3ee5d1eae87869953c7f78a053650d0d2c4b52b7 authored about 7 years ago by Shaun <[email protected]>
Trakttokodi (#18)

* trakttokodi

* 1.3.50

abdf4c9a42686a9223fdc647491f9224301cba1c authored about 7 years ago by anxdpanic <[email protected]>
add debug logging, fail gracefully (#17)

looks good

0904e8388bd176bb45758b991d2da2fa85077b8a authored about 7 years ago by anxdpanic <[email protected]>
remove datamanager local data cache

40316a48758989fecccae7707d2491cf199f35ab authored about 7 years ago by Shaun <[email protected]>
fix strm playback (#16)

* fix strm

* strm: treat lines starting with # that aren't #KODIPROP as comments

* fixup l...

ba0da9221b1312b9688442a2be1d94137c906b94 authored about 7 years ago by anxdpanic <[email protected]>
add new skin home for 17.6

34a43d70c6242711e0fb8da1ce5323e0b7bdfa4a authored about 7 years ago by Shaun <[email protected]>
bump ver

f0605a392e19191c13a516a1c8618d1e93fa7d90 authored about 7 years ago by Shaun <[email protected]>
- remove CumulativeRuntimeTicks

- set correct type on ALL episodes entrry
- add TVShowTitle to All episodes entry

b0ac30a7decb3e7f61292a7dcca4c800d787fd89 authored about 7 years ago by Shaun <[email protected]>
remove play notification

c24ebc3868818c2383be30be6c25b01045ab581b authored about 7 years ago by Shaun <[email protected]>
remove version check

22985a4ae8d68d7e577b2f455476b1cce566341d authored about 7 years ago by shaun <[email protected]>
stop playback before playing next item on play request

fix a transcode url issue
add notice for playabck starting

23870227d97a454239f901179fd493f25f22adbd authored about 7 years ago by shaun <[email protected]>
add translation support for new strings

c241504abffd993d2fbb12d9dbd71f6f110c1b91 authored about 7 years ago by shaun <[email protected]>
add texture caching

aa00f577e97a2754342630027d1fe5d58498852c authored about 7 years ago by shaun <[email protected]>
Add play session id

7199726109a76298c19f2394be98371602398b94 authored about 7 years ago by Shaun Faulds <[email protected]>
bump version

7d1e0f39df7ebb334842b63beec7760657d053d3 authored about 7 years ago by sfaulds <[email protected]>
prompt for audio and subtitle streams to use when transcoding

add available text subtitle streams to kodi listItem when direct streaming

cde06bb8d7607b5c3b3955e096364ed52045b724 authored about 7 years ago by sfaulds <[email protected]>
bump ver

798c9ad26f8d812732e56215d6304d6e6562ccbb authored about 7 years ago by sfaulds <[email protected]>
change way addon installed is detected

6faccad78b5e16fdc3155a1bba3216236137c6bd authored about 7 years ago by sfaulds <[email protected]>
unplay changed to watched

b4696e28cb46ad908feb9421cf20c78d2d17ec54 authored about 7 years ago by sfaulds <[email protected]>
version check every 6 hours

add option for no prompt for next episode play event

885b0c85cac2f356a51c412d15aa4b612fbb5dcd authored about 7 years ago by sfaulds <[email protected]>
bump ver

c6b44e899292ffc60aade55ea618d6cd4bbfeb46 authored about 7 years ago by sfaulds <[email protected]>
version check every 2 hours

33ddcf3cffb7b3cd6c7e15c288b7377bcae0676a authored about 7 years ago by sfaulds <[email protected]>
add widget new content check

9f499dcefcd00734f299f1e64429571972360b6a authored about 7 years ago by sfaulds <[email protected]>
refactor ALL episodes season entry, add watch and full naming foe episodes

2a002420831a4832fb14a60597ce702500cdc27d authored over 7 years ago by sfaulds <[email protected]>
add h265 video play type override

e81e3f93839d597287aead2ec06d6c761db8e9c6 authored over 7 years ago by sfaulds <[email protected]>
Add node for all episodes in seasons node (#14)

Add all seasons node to seasons list

3b98ee1b6cdcc9c2017f7bda2bcb91115e671bab authored over 7 years ago by xnappo <[email protected]>
add Date Added to the sort types available

cf76f5ca0104ad9f919ffffdc53e8369c9d6202d authored over 7 years ago by sfaulds <[email protected]>
add Series/TV Show Genre

2b3566b3722ef3ed576dc94e5911c591d2eba4c5 authored over 7 years ago by sfaulds <[email protected]>
add tvshow images

add override action for url widgets

a4f17861d72ade084909aea90ab8f85c822154b3 authored over 7 years ago by sfaulds <[email protected]>
add generic URL widget content endpoint

a256f07012089391333dc644abe92c4f52c7673e authored over 7 years ago by sfaulds <[email protected]>
add overlay and playcount to ListItems for widgets

e63182dd95105ab2164c411e7bd44a34e916718d authored over 7 years ago by sfaulds <[email protected]>
add WIDGET_CONTENT_SUGGESTIONS

26df4175c79201e3d8e89786b931c05cde800328 authored over 7 years ago by sfaulds <[email protected]>
add param for random movies

aa75719ae6dda214c06bbbac3674a1df7d3d1655 authored over 7 years ago by sfaulds <[email protected]>
correctly set the episode and season indexes

return series poster for both episodes and seasons

38fc2fe80043699a405a288ffc8160f6d4a69980 authored over 7 years ago by sfaulds <[email protected]>
add premiered date

add production info to widget items
add tvshow.poster and tvshow.clearart images types to items

c1254365dec089d266e68fe02a7bd7e87df99d03 authored over 7 years ago by sfaulds <[email protected]>
add some more dynamic widget endpoints

545ccf63fb430692f7ba79b470387f93ca368d02 authored over 7 years ago by sfaulds <[email protected]>
add epp number to title on playback screen

7fb01845564cf9f878e4ec197c6ef4c852452573 authored over 7 years ago by sfaulds <[email protected]>
add setting to show watched items in the recently added lists

b2dfb729de1afcb49b1c70bf8ea42a080a38e8b9 authored over 7 years ago by sfaulds <[email protected]>
fix ] in addon url

ff6c5d3d12fdf4959f3e2a3a142fa2b56e1ac489 authored over 7 years ago by sfaulds <[email protected]>
move widgets to new file

add widget refresh home window prop string
add widget cast end-point

df88ffc82219275f7a801a7a51c68277f43d6671 authored over 7 years ago by sfaulds <[email protected]>
add widget menu action

ece4a4073c65e0118a5c3ed4380d769d28f10c3d authored over 7 years ago by sfaulds <[email protected]>
add epp number/name and last epp number to play next epp dialog

ce622654ccc4009c4d506bff1725d58cd8e7dc83 authored over 7 years ago by sfaulds <[email protected]>
add elec version

d763cf0f19b171fe8d033e0508fa06bec4aa54ba authored over 7 years ago by sfaulds <[email protected]>
remove service check as it is no longer needed

ccaddf6908786818aea97e622825a4e4c1cd3e86 authored over 7 years ago by sfaulds <[email protected]>
Use ActivateWindow

b33ab65f2959198479f7951899040ab3e6dfd9ce authored over 7 years ago by sfaulds <[email protected]>
roll back to using xbmc.abortRequested and xbmc.sleep() as monitor has an issue with triggering when it should not be

make python import Javis compatible with 2.24.0
bump ver

222c712056fe8a45491359d0fb845e9be58d3587 authored over 7 years ago by sfaulds <[email protected]>
go back to the old xbmc.abortRequested as the newer monitor is false triggering and causing the service to exit prematurely

ab06ffb32b21867c61f10e77eb216d575f210254 authored over 7 years ago by sfaulds <[email protected]>
bump ver

f34443f2be54fa6a9aab36e16b2b81e6586750ac authored over 7 years ago by sfaulds <[email protected]>
if no ProductionYear then try to fall back to PremiereDate

d03297f94fe5b34e01bd8871f3b85e02262d0ce0 authored over 7 years ago by sfaulds <[email protected]>
- use /emby/Shows endpoint for series season view

- add import encodings to fix an issue on android
- clear the last time stamp on service exit

b7a41c4aa59f6da99cc98a786d62a0aede86f4a1 authored over 7 years ago by sfaulds <[email protected]>
bump ver

86240980b4ade46d1435210c80bd749a110ae880 authored over 7 years ago by sfaulds <[email protected]>
add server id and version

56168c869e8de1b95997f184e178cec3f3be8001 authored over 7 years ago by sfaulds <[email protected]>
bump version

4341dc1828c271b5a42e2b88c383e69be12ccc18 authored over 7 years ago by sfaulds <[email protected]>