Ecosyste.ms: OpenCollective

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

Jellyfin

Jellyfin is building a Free Software Media system
Collective - Host: opensource - https://opencollective.com/jellyfin - Website: https://jellyfin.org/ - Code: https://github.com/jellyfin

Added https option to getServer

Since in most place I've noticed the http field is present, I've set to return the prefix by def...

github.com/jellyfin/jellyfin-kodi - 268344a8da76b101ede6f185bc4007927df935f9 authored almost 10 years ago
websocket library

In preparation of WebSocketClient.py

github.com/jellyfin/jellyfin-kodi - 4f9673d6e8e42db850e8c13999ce02971670464a authored almost 10 years ago
Fixed post capabilities

Client was not showing as a player in the web client.

github.com/jellyfin/jellyfin-kodi - 5952b60b326c0bf15d2f6d0be4a4ddc29260c9af authored almost 10 years ago
Fixed post capabilities

Client was not showing as a player in the web client.

github.com/jellyfin/jellyfin-kodi - 1a472a43cd9ef07862b1b0aab799c8f7cb56322a authored almost 10 years ago
added support for strm files played through the addon

github.com/jellyfin/jellyfin-kodi - e10801cb480d2084cc621ac3592b1538dc459985 authored almost 10 years ago
Copy paste code instead of redirecting in Google OAuth2

github.com/jellyfin/jellyfin-plugin-bookshelf - e3877b1578b7d590ea09928d3157d4ef60345a6c authored almost 10 years ago
another encode issue

github.com/jellyfin/jellyfin-kodi - fedb6b489399d25153004104d2b10c8d1bef0dfb authored almost 10 years ago
unicode issue in tvshow nfo

github.com/jellyfin/jellyfin-kodi - a1ed4ef0f62ad065a61a10dac570b473e068793b authored almost 10 years ago
added musicvideos support

github.com/jellyfin/jellyfin-kodi - c6e5bc28acfe300edcca17f8a053c00c49720842 authored almost 10 years ago
finished episode deletions

github.com/jellyfin/jellyfin-kodi - 62dda17680d7c817e66a2268ff7e208767673d7a authored almost 10 years ago
fixed tv show deletions

github.com/jellyfin/jellyfin-kodi - 9287706ced95561ee373a9d00f9ccf62e0577484 authored almost 10 years ago
support systems using python version less than 2.7 (such as Mac)

github.com/jellyfin/jellyfin-kodi - 78bc187c1f91e5cfeb536816801d77f9285f32d6 authored almost 10 years ago
small changes to progress dialog and working of restart message

github.com/jellyfin/jellyfin-kodi - 7c7b4b375f65b51a25841cf7a301190a0ab52c2e authored almost 10 years ago
Batch up all the params needed to update a movie and send them all at once

github.com/jellyfin/jellyfin-kodi - 960cec816362ea1b69a8337b3e1b5b0e500eb617 authored almost 10 years ago
Error handling for delete, but still not working :(

github.com/jellyfin/jellyfin-kodi - bb3f52ea51a2ac74bcf7694e7778040f8cd06e3a authored almost 10 years ago
reactivate socket reporting

github.com/jellyfin/jellyfin-sdk-kotlin - 28d252cc8141b3315851c9e9bb66a3572963bf6a authored almost 10 years ago
import inspect

github.com/jellyfin/jellyfin-kodi - 4c5debaa1efddd7d89b7d57bfb0348d7f18e7e73 authored almost 10 years ago
still error in remove-episode

github.com/jellyfin/jellyfin-kodi - c0a26c2596f4fe578b8c2d853b39c72d1ac0ac22 authored almost 10 years ago
support for episode deletions

github.com/jellyfin/jellyfin-kodi - 09e62d570cabcf19f68adc98bb571a16b105a8e8 authored almost 10 years ago
Merge pull request #56 from SvenVandenbrande/master

First Http Endpoint before File Endpoint for GetRecordingStream + Argus Project was corrupt ...

github.com/jellyfin/jellyfin-plugin-bookshelf - 04895d6f5d95a9000a50146c4aaa49fc40a0b25b authored almost 10 years ago
First Http Endpoint before File Endpoint for GetRecordingStream + Argus Project was corrupt

github.com/jellyfin/jellyfin-plugin-bookshelf - ca6a4fcb7ca6696d871c613bc70913599dd55ca9 authored almost 10 years ago
fixed season artwork

github.com/jellyfin/jellyfin-kodi - 63bd250c4bced03a745c5ec86a118a999962c610 authored almost 10 years ago
fixes for season artwork

github.com/jellyfin/jellyfin-kodi - acbf9ee258f927061e7b469e8716d55a9002e102 authored almost 10 years ago
some more optimizations - episodes dont need their artwork set

github.com/jellyfin/jellyfin-kodi - a68c2cc7961ca477b6c0d292e95602efc9c94c81 authored almost 10 years ago
fix: added maps to getKoditvshows method

github.com/jellyfin/jellyfin-kodi - a20ccc1cc85f2d7c1ff4dbcec99f238eb5c1410c authored almost 10 years ago
optimize getArt method --> small fixes and removed extra logging

github.com/jellyfin/jellyfin-kodi - 58ad5c1fe3e28808964425158a4db5d9860007ba authored almost 10 years ago
optimization in setartwork --> now sets all artwork at once

github.com/jellyfin/jellyfin-kodi - 7f7127b3bc34efdad317ccd153885989f6623b78 authored almost 10 years ago
small fix for progress message

github.com/jellyfin/jellyfin-kodi - b2bf2c55c41b45dce3ca1be0288ebe703b4b9225 authored almost 10 years ago
fixed typo in tv show sync

github.com/jellyfin/jellyfin-kodi - 494bf6719833e199d381df3ea3edef63b78839ae authored almost 10 years ago
improvement to tvshows sync: also process updates at tv show level at first sync

github.com/jellyfin/jellyfin-kodi - 6eba8db57ab5e7b38d38aa4d2879400867cc8ae1 authored almost 10 years ago
On first sync show a regular Progress Dialog

github.com/jellyfin/jellyfin-kodi - cbfc40f43033da0cf197c8bc2744dfd3cbe4cdd4 authored almost 10 years ago
use a map for movie to make to lookup easier and faster

github.com/jellyfin/jellyfin-kodi - 5dd145a8e8faecd73679b68c0c6579588a4596d3 authored almost 10 years ago
Handle case where user decline access to Google account

github.com/jellyfin/jellyfin-plugin-bookshelf - cab8c2018d9bbea38eb77d9712d9ea00e3262496 authored almost 10 years ago
remove log and __init__ functions from API()

github.com/jellyfin/jellyfin-kodi - d1aabaf8033cfbc52ce61569f6c2281bc8fb923a authored almost 10 years ago
Fix error when saving general config

github.com/jellyfin/jellyfin-plugin-bookshelf - 9482faf00f0893e589c373fcc2e6a4f8e0a04fc6 authored almost 10 years ago
Merge branch 'master' of https://github.com/marcelveldt/plugin.video.mb3sync

github.com/jellyfin/jellyfin-kodi - 323deb25345933feb15f8ff13f9f35f9714e5497 authored almost 10 years ago
added season 0 poster as fallback for tv shows in nfo

github.com/jellyfin/jellyfin-kodi - 25d83591cd370354f014bac71338bfc53da11e12 authored almost 10 years ago
Merge remote-tracking branch 'origin/master'

Conflicts:
resources/lib/WriteKodiDB.py

github.com/jellyfin/jellyfin-kodi - 7a9790884a1c819f3b2fb557a1f8d91791152abd authored almost 10 years ago
dont try to do any DB access if it is not needed in Update Actors

github.com/jellyfin/jellyfin-kodi - 21a29b3962a1886b25c7f13eb7e2b69a557faf26 authored almost 10 years ago
fixed small issue in NFO --> writer is named credits in the NFO

github.com/jellyfin/jellyfin-kodi - 96833b5ef30c7fd5944834eb3b7152b61da06760 authored almost 10 years ago
Merge branch 'master' of https://github.com/marcelveldt/plugin.video.mb3sync

github.com/jellyfin/jellyfin-kodi - 6e1727dc7820a2e9c7cf155463919658c8d6f61d authored almost 10 years ago
small optimalizations and fix for key error at season artwork

github.com/jellyfin/jellyfin-kodi - 845f0cc80952afe9ddfbba403e9d6a2077c27921 authored almost 10 years ago
acumulate change values with |= and dont set art if it is ""

github.com/jellyfin/jellyfin-kodi - c38ecfa462646b216fd681994376c5a08194b93a authored almost 10 years ago
moved some more logging to info or debug level

github.com/jellyfin/jellyfin-kodi - 5b65e1cfda1dc0b21a9bc2375cf647cd0234bca0 authored almost 10 years ago
merged playbackutils

github.com/jellyfin/jellyfin-kodi - e24d20706d39254dfb9c846318cd344d4cfacbfd authored almost 10 years ago
fixed artwork on Playback

fixed playcount reporting on Movies

improved playcount reporting after playback (refresh the li...

github.com/jellyfin/jellyfin-kodi - 8b29222446a675b0e013e36b15c282a120a16763 authored almost 10 years ago
seems to fix artwork for play items for episodes and movies

github.com/jellyfin/jellyfin-kodi - 34cac7da66b4c6d8b773f51db65fc5768d58cca4 authored almost 10 years ago
Fix Google OAuth2 issue when using private IP address

github.com/jellyfin/jellyfin-plugin-bookshelf - 8a739adda48dab5711ab51e6a54f7b7e3ac2e287 authored almost 10 years ago
Merge branch 'master' of https://github.com/marcelveldt/plugin.video.mb3sync

github.com/jellyfin/jellyfin-kodi - 3be9f9e50eb273172d71152caec0d294d65d06c3 authored almost 10 years ago
changed some logging

github.com/jellyfin/jellyfin-kodi - e859108697429c7f3a792a5f1b9b69f805ea66f4 authored almost 10 years ago
added season posters

github.com/jellyfin/jellyfin-kodi - 4a1bd80093c5394e51ccb6902f52fe853861a8a3 authored almost 10 years ago
fixed support for dateadded by setting the modfication date on the strm files

github.com/jellyfin/jellyfin-kodi - 34ea46b9cb206c9aa8f473aa41de01147161f732 authored almost 10 years ago
optimise getting kodi movie and kodi episode

github.com/jellyfin/jellyfin-kodi - 310b647727735a57524ffccdbcf4f1d70b939907 authored almost 10 years ago
remove xbmc.log statement

github.com/jellyfin/jellyfin-kodi - 371672d56f2e07b863414c5514b8f5e1fb934fb9 authored almost 10 years ago
added individual playcount update

github.com/jellyfin/jellyfin-kodi - 27b21f214ea1eee1c3b8018e3134c2dc54d9e4c7 authored almost 10 years ago
make sure we are syncing all items for the playcount sync

github.com/jellyfin/jellyfin-kodi - 40b3231156a6c9c45d97f4c5729d548510693a68 authored almost 10 years ago
remove some of the for loops searches, use a map for lookups

Do a full sync on all items for playcount

github.com/jellyfin/jellyfin-kodi - ad1d1d80cc7311495742dccfc72af2943439d7b1 authored almost 10 years ago
fixed the restart message

not start sync before settings are changed in the kodi xml files

github.com/jellyfin/jellyfin-kodi - a0099a69dbe070c2bc4c7d160b3f483cab663ec2 authored almost 10 years ago
fixed small error in full sync

github.com/jellyfin/jellyfin-kodi - ea8c810a058b29552abb03ac4ca1bd7df7df4f24 authored almost 10 years ago
speed improvement

moved all sleeps to the kodi api calls only

github.com/jellyfin/jellyfin-kodi - fe35d84e1efbacdeabf4abbf62e297c66374b251 authored almost 10 years ago
speed boost playcount sync

github.com/jellyfin/jellyfin-kodi - 593d9696696463be2395e596a535279f2c7d0152 authored almost 10 years ago
optimize playcount sync for Movies

replaced call per-item by 1 single call to Kodi api

github.com/jellyfin/jellyfin-kodi - 5ec6afaf9992c83ae7d81bba01055a875c7df46b authored almost 10 years ago
manually merged changes

github.com/jellyfin/jellyfin-kodi - 43b8cd781d685d55b2f9978e15d49032260143ca authored almost 10 years ago
fixed incremental sync for tvshows

github.com/jellyfin/jellyfin-kodi - b0c795bdf4b2ad3cc34f8db6ff41c2036d1e61eb authored almost 10 years ago
split the tv episide add into two stages add/update to allow importing in the middle

github.com/jellyfin/jellyfin-kodi - 00e46a76cb4a9f2f6f909921b0fc0f2ea34ac8d0 authored almost 10 years ago
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser.Plugins

Conflicts:
MediaBrowser.Plugins.GoogleDrive/RestServices/GoogleDriveRestfulService.cs

github.com/jellyfin/jellyfin-plugin-bookshelf - 6f1368b73cfda0e00c8520d464deb3938471482d authored almost 10 years ago
make setting visible

github.com/jellyfin/jellyfin-kodi - c2f25724a37e5f068243579f30fd3ba5d16be769 authored almost 10 years ago
fix url building

github.com/jellyfin/jellyfin-kodi - a2be3f50d4dd7c3f458ce45dfdc8f5f19178cc05 authored almost 10 years ago
a bunch of progress dialog fixes

github.com/jellyfin/jellyfin-kodi - 20691716b790889bb362153a48c8254c7d3d79b6 authored almost 10 years ago
move the log to inside the message function call to reduce log noise

github.com/jellyfin/jellyfin-kodi - 7d37fe590d0d0cbb7ee6228e012c32746822dced authored almost 10 years ago
Merge pull request #55 from hamstercat/master

Fix issues with target sync name with special characters in it

github.com/jellyfin/jellyfin-plugin-bookshelf - b0ad30f860c9d309e240e0ba086ca617880cd5cf authored almost 10 years ago
Fix issue with specials characters in Google Drive sync target name

github.com/jellyfin/jellyfin-plugin-bookshelf - 05202aa7fb3b876a4e44f73459d2d5a067720da7 authored almost 10 years ago
remove password as it is no longer used

github.com/jellyfin/jellyfin-kodi - 74df6ed2ee0bb4927df6107f594df581cd1f5e6e authored almost 10 years ago
Merge pull request #54 from hamstercat/master

Rework Google Drive config

github.com/jellyfin/jellyfin-plugin-bookshelf - 5871ff785c87bc0442e3c0ffae2b254ace650b9d authored almost 10 years ago
Fix issue for sync target with a space in their name

github.com/jellyfin/jellyfin-plugin-bookshelf - 37bcb68996ed628e8983bf2a7edf16df3f212ad7 authored almost 10 years ago
Allow a Google Drive account to be used by any number of users

github.com/jellyfin/jellyfin-plugin-bookshelf - 7e14cc4f89bb92adc52fd5339bd08298bb7a02d2 authored almost 10 years ago
progress on LocalAssetManager

github.com/jellyfin/jellyfin-sdk-kotlin - 2ebaa529cf87b579373ec003dffe211e51b5f2b6 authored almost 10 years ago
Different studio fix

PlayUtils was erroring on empty list - this is a better fix than the
last i think

github.com/jellyfin/jellyfin-kodi - 62b3f8da2d5f993dc97d6934ba6f6aa3847a2f63 authored almost 10 years ago
added loglevel from settings and exception to logmessages

github.com/jellyfin/jellyfin-kodi - 200040dd621e35df1bb8d231a7c34f05356968ea authored almost 10 years ago
Fix for empty studios

github.com/jellyfin/jellyfin-kodi - b5214ad8ba1aa76404215efaf546fab26385c15f authored almost 10 years ago
Add back network username/password

github.com/jellyfin/jellyfin-kodi - 1a95c2abf6b283eb875d43851679fdaef5952e7f authored almost 10 years ago
some more small fixes

github.com/jellyfin/jellyfin-kodi - e04ee83bd87060a17df30206197e30a32a6b07cc authored almost 10 years ago
incremental episodes sync and new settings

github.com/jellyfin/jellyfin-kodi - deb0fa57c1930d4771d0a775f7334f7118d646cb authored almost 10 years ago
first attempt to get incremental sync for episodes

github.com/jellyfin/jellyfin-kodi - 380b934316fc4527a529928924e6bd06318eaff3 authored almost 10 years ago
Merge branch 'master' of https://github.com/marcelveldt/plugin.video.mb3sync

Conflicts:
resources/lib/LibrarySync.py

github.com/jellyfin/jellyfin-kodi - b3a178ab625057f5f1e7daacb191b52749c7c09f authored almost 10 years ago
added sync settings

improved performance by getting all kodi movies at once instead of 1 by 1

movies section = finis...

github.com/jellyfin/jellyfin-kodi - dc13c6996d767aad56eb795326d24b48bb9d3aaf authored almost 10 years ago
throttle the progress bar

github.com/jellyfin/jellyfin-kodi - 5127a770b59a941a51bae652ab239fafa77591b3 authored almost 10 years ago