Ecosyste.ms: OpenCollective

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

Mirakurun

We are creating new world of Japanese DTV.
Collective - Host: opensource - https://opencollective.com/mirakurun - Code: https://github.com/Chinachu/Mirakurun

Tuner#getEPG(): add error handling

github.com/Chinachu/Mirakurun - a40048b6670522e567f0b459a39b91f6f7d53680 authored about 3 years ago by kanreisa <[email protected]>
EPG: improve EPG gathering behavior

github.com/Chinachu/Mirakurun - 69bbafb808ac16e0ed31cad911e3d94d8e62b820 authored about 3 years ago by kanreisa <[email protected]>
docker/container-init: set env `MALLOC_ARENA_MAX=2`

github.com/Chinachu/Mirakurun - 8fdcb4a9d74d9d3564987966e14bf672ec585f0d authored about 3 years ago by kanreisa <[email protected]>
.vscode/launch.json: add remote attach

github.com/Chinachu/Mirakurun - ed29454360f4bc01c62be32c16fe9066f1afbfcd authored about 3 years ago by kanreisa <[email protected]>
Tuner: remove strange comment

github.com/Chinachu/Mirakurun - ffe33c4196b98ce1d2ecef64a3789cad5b609250 authored about 3 years ago by kanreisa <[email protected]>
api/programs: fixed a bug that empty results in a search when a query is specified.

github.com/Chinachu/Mirakurun - 4ff5dba1bb0177f1494ef86dafa8c2cab4f24745 authored about 3 years ago by kanreisa <[email protected]>
EPG: improve memory usage. export class instead of instance. and stop inheriting from writable stream.

github.com/Chinachu/Mirakurun - 4bb8f7d2e556f2703237a99c8b940e4626c59868 authored about 3 years ago by kanreisa <[email protected]>
package/scripts/debug: remove `--debug-brk` flag

github.com/Chinachu/Mirakurun - e62a6b3611b189acdb23478d129e37ed596cf488 authored about 3 years ago by kanreisa <[email protected]>
@3.7.1-beta.0

github.com/Chinachu/Mirakurun - 12006e66e761061d52c65cc6b2ce0d9f9fe66a93 authored about 3 years ago by kanreisa <[email protected]>
Program: change to use pure objects instead of `ProgramItem` class

github.com/Chinachu/Mirakurun - ce6361c4ca05adb717c1600a2849d83ea9f45525 authored about 3 years ago by kanreisa <[email protected]>
package: update dependencies

github.com/Chinachu/Mirakurun - ce83da7e35903f0dd0d4cb4eff028952fdf161f3 authored about 3 years ago by kanreisa <[email protected]>
(refactoring) use `tslint-config-prettier`

github.com/Chinachu/Mirakurun - 55c0e7f6176c5108e28a2f9a07af3b1c25fb85d8 authored about 3 years ago by kanreisa <[email protected]>
package/devDependencies: add `@types/promise-queue`

github.com/Chinachu/Mirakurun - 357bee21ef1d3a04138ce70e64b8e73459ec78b4 authored about 3 years ago by kanreisa <[email protected]>
remove unused import

github.com/Chinachu/Mirakurun - f4a36c82754b35ede21f185ed0c82db7815ccdaa authored about 3 years ago by kanreisa <[email protected]>
change some log level:

- `Channel#_epgGatherer()`
- `epg#_gc()`

github.com/Chinachu/Mirakurun - 11c1dd7d3d51295b244b89ffbee00ec52845131f authored about 3 years ago by kanreisa <[email protected]>
db: improve performance of `save()`

github.com/Chinachu/Mirakurun - 511651669aad0b4e8b44631dfbc5aa7a2c9fea92 authored about 3 years ago by kanreisa <[email protected]>
update ignore files

github.com/Chinachu/Mirakurun - 18eb28b4b2e89ab8cd984f6e3f9ac76c35fa3f83 authored about 3 years ago by kanreisa <[email protected]>
EPG: Fixed a bug where the EPG would not update if it was stopped for several days.

Channel:
- fix `#_epgGatherer()`

Program:
- add `#findByNetworkId()`
- remove `#findByServiceId()`

github.com/Chinachu/Mirakurun - 2d063d639580da1322d72970b69b9ace13402cd1 authored about 3 years ago by kanreisa <[email protected]>
node: remove `--max_old_space_size`

github.com/Chinachu/Mirakurun - fd8c6b05334852937d6768bb180629cbdc46d7d8 authored about 3 years ago by kanreisa <[email protected]>
remove `body-parser` (deprecated)

github.com/Chinachu/Mirakurun - 8f47f9954ab4f3f10277aaf1f6e94e9a161c616e authored about 3 years ago by kanreisa <[email protected]>
tsconfig: update

github.com/Chinachu/Mirakurun - 916243c3daf7d7139733d9d5382365b59bb29d73 authored about 3 years ago by kanreisa <[email protected]>
docs: update Node.js version

github.com/Chinachu/Mirakurun - 9f362ef678a2273c7afa5a19783bf34a16c548a1 authored about 3 years ago by kanreisa <[email protected]>
azure-pipelines: update NODE_VERSION_SPEC

github.com/Chinachu/Mirakurun - 9c347788ce9618654c4d3fa27a038692b3f4c316 authored about 3 years ago by kanreisa <[email protected]>
package: update engines requirements

- add node@16 support
- drop node@10 support
tsconfig: update target from `es2017` to `es2019`

github.com/Chinachu/Mirakurun - a28c815138be97e0a0efe295eb66bf2f9b7d887e authored about 3 years ago by kanreisa <[email protected]>
docker/docker-compose: set container_name

github.com/Chinachu/Mirakurun - 27dc9974e87e27054e8a3caf45b07a0b1105a5b9 authored about 3 years ago by kanreisa <[email protected]>
remove unused dependency (munin-plugin)

github.com/Chinachu/Mirakurun - b801ef09aec78ec9c526d6f94723b82fceaeff55 authored about 3 years ago by kanreisa <[email protected]>
README: update features

github.com/Chinachu/Mirakurun - a9a68c007eb424cdf76a0bc9e462d58a589a9e7a authored about 3 years ago by kanreisa <[email protected]>
update dependencies

github.com/Chinachu/Mirakurun - fc6179ebed9dc3b39883114727e90651734fd152 authored about 3 years ago by kanreisa <[email protected]>
munin-plugins: removed

github.com/Chinachu/Mirakurun - 21ed64a8880438246d54f6128b18d944a49eb51a authored about 3 years ago by kanreisa <[email protected]>
- Improved to perform refresh at an interval based on the previous refresh time when restarted.

- Improved to detects broadcast off. The system does not attempt to refresh the EPG when broadcas...

github.com/Chinachu/Mirakurun - 1a0059e2d96b07ee14f48e3bb678b95d9431084f authored about 3 years ago by kanreisa <[email protected]>
ServiceItem: hasLogoData property added to export()

github.com/Chinachu/Mirakurun - 6c67d42f01842d0d82cb95de9453fe7d1c859161 authored about 3 years ago by kanreisa <[email protected]>
ui/ChannelsConfigurator, ui/TunersConfigurator: scroll to bottom on add new item

github.com/Chinachu/Mirakurun - dd729ededbff227c5247131f65229bc2e1f1f760 authored about 3 years ago by kanreisa <[email protected]>
iptv: improve media server support

github.com/Chinachu/Mirakurun - bc33072460c05b6eed2e6116c6c7baf79cc8104d authored about 3 years ago by kanreisa <[email protected]>
ui/ConnectionGuide: added

github.com/Chinachu/Mirakurun - 2fe288fb888ec3e78c93208ec3f8d5551b4bae58 authored about 3 years ago by kanreisa <[email protected]>
update api docs

github.com/Chinachu/Mirakurun - 9f523d14393bcfd910cae47d9ebfb0af2d3adbff authored about 3 years ago by kanreisa <[email protected]>
iptv: add endpoints for Plex Media Server

github.com/Chinachu/Mirakurun - b29a16545bf39b66d7ae65e992b0993d31ae9fb5 authored about 3 years ago by kanreisa <[email protected]>
iptv/playlist: minor refactoring

github.com/Chinachu/Mirakurun - c848909a4b70849d0bb307050400ad8ac27769ac authored about 3 years ago by kanreisa <[email protected]>
system: remove unused import

github.com/Chinachu/Mirakurun - 803083be43d77fade9d7739982a0f9c912a66b98 authored about 3 years ago by kanreisa <[email protected]>
iptv: fix unquoted group-title

github.com/Chinachu/Mirakurun - 0d40d4db21fb81539a71e97ce3477c716996162f authored about 3 years ago by kanreisa <[email protected]>
iptv: implemented

github.com/Chinachu/Mirakurun - 6a5ecdc57e677ef3e49d3cc924f28f41eca601b8 authored about 3 years ago by kanreisa <[email protected]>
refactoring

github.com/Chinachu/Mirakurun - f1779d8a4b676d270e046c9c5b01a0813be0b1ab authored about 3 years ago by kanreisa <[email protected]>
doc/Platforms.md: update notes.

github.com/Chinachu/Mirakurun - 61273d941b92584c7d7f527f7a0a31f8f92b5f6d authored about 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: fixed output messages.

github.com/Chinachu/Mirakurun - 2aebe5e9407455b235ec63729585580b32575f49 authored about 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: add dryRun option. (client)

github.com/Chinachu/Mirakurun - 81b4780bf63a4403cc7b3dae97960e5a1a8a013e authored over 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: add `dryRun` option.

github.com/Chinachu/Mirakurun - 3e6cd490b4da536589f44588a9c961a86559e21e authored over 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: fixed a bug that would change an enabled channel to disabled on `setDisabledOnAdd` is `true`.

(note: ChannelItem#isDisabled is optional)

github.com/Chinachu/Mirakurun - a39e1e153b0ab96b1cad4bf4ba973c610b4b115f authored over 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: change timeout 3m → 10m

github.com/Chinachu/Mirakurun - 097da756ae59095be6135c3f0e3ffb4a11597cd7 authored over 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: rename `registerMode` → `scanMode`

github.com/Chinachu/Mirakurun - c646cfb46c9e4f38aee694cc04ab4354693901c2 authored over 3 years ago by kanreisa <[email protected]>
api/config/channels/scan: rename `registerOnDisabled` → `setDisabledOnAdd`

github.com/Chinachu/Mirakurun - 0ccfa7d1bb935dd0960904964fcfc3e104eabcda authored over 3 years ago by kanreisa <[email protected]>
update dependencies

github.com/Chinachu/Mirakurun - 1b3230599258a5ab3b3f8d90c7c7fa5e9b7dfb7d authored over 3 years ago by kanreisa <[email protected]>
ui/index: add icons

github.com/Chinachu/Mirakurun - a97e2b63838aafa79649ad03fa6c937f2d586ff9 authored over 3 years ago by kanreisa <[email protected]>
ui/StatusView: layout adjustment

github.com/Chinachu/Mirakurun - 165c0b83a9c44ba6fc1f40c8accbaea1b4183011 authored over 3 years ago by kanreisa <[email protected]>
ui/HeartView: added

github.com/Chinachu/Mirakurun - d28e1e13262245ca4f8827a445b2805acd9f0786 authored over 3 years ago by kanreisa <[email protected]>
update copyright text

github.com/Chinachu/Mirakurun - b19dd43943c3b415542703e2dec0188996fd179a authored over 3 years ago by kanreisa <[email protected]>
.vscode/settings.json: remove deprected property

github.com/Chinachu/Mirakurun - 904d99250a50ba201e6697717f07b921acccca29 authored over 3 years ago by kanreisa <[email protected]>
update dependencies

github.com/Chinachu/Mirakurun - 298f65ffe0a2142998aba2252251dc89b7cad98b authored over 3 years ago by kanreisa <[email protected]>
update js-yaml to v4

github.com/Chinachu/Mirakurun - 0a74849eb4ee0567e66c017cb44d62f60a184040 authored over 3 years ago by kanreisa <[email protected]>
update @fluentui/react to v8

github.com/Chinachu/Mirakurun - 7f6e82df8966dd62746db735373947598583050d authored over 3 years ago by kanreisa <[email protected]>
update webpack to v5

github.com/Chinachu/Mirakurun - a393def5aad3b79ea492418b319d79ff5f2d1191 authored over 3 years ago by kanreisa <[email protected]>
Merge pull request #93 from yt4687/master

BSトラポンの4スロット化対応

github.com/Chinachu/Mirakurun - 205e05351177713ff5f46bc64399356ac5b36c45 authored over 3 years ago by Yuki K <[email protected]>
Merge pull request #87 from k-uraki/fix/webpack_error_on_windows

fix webpack error on Windows

github.com/Chinachu/Mirakurun - 86d8b050326b707e99184c036285c5d5d91318ca authored over 3 years ago by Yuki K <[email protected]>
Merge pull request #85 from stu2005/master

ReadmeからMirakurun-UIの記述を削除

github.com/Chinachu/Mirakurun - 0f2c03563a737a5ab982420f85451b7b093ddc65 authored over 3 years ago by Yuki K <[email protected]>
Merge remote-tracking branch 'akkkix/tsmf_split'

github.com/Chinachu/Mirakurun - 1d40a1b8bcb8cca543e2ee4f428f5301dd8cb424 authored over 3 years ago by kanreisa <[email protected]>
update dependencies

github.com/Chinachu/Mirakurun - 635616e96d76d3d42e9b527b1ff2d7bd4b40719e authored over 3 years ago by kanreisa <[email protected]>
Merge branch 'feature/cors'

github.com/Chinachu/Mirakurun - ca1cef7d1b7254e6522ff2f2cfe32a9df6c523a9 authored over 3 years ago by kanreisa <[email protected]>
Server: add cors support

github.com/Chinachu/Mirakurun - f286e794f69bb493251472a9396ac22a82af2f2b authored over 3 years ago by kanreisa <[email protected]>
Update scan.spec.js

github.com/Chinachu/Mirakurun - 5af7e872a58e6b77354021a2b71ae5580cbbfd73 authored over 3 years ago by yt4687 <[email protected]>
トラポンが4スロット化への対応

トラポンが従来の3スロットから4スロット化することになったための対応

github.com/Chinachu/Mirakurun - b624d39384b6c23aa263f9211b2e1fff44f4a098 authored over 3 years ago by yt4687 <[email protected]>
channels.ymlの書き方にtsmfreltsを追加

github.com/Chinachu/Mirakurun - 3a452ec8e589d4d2cc305af98133421332807f4b authored over 3 years ago by akkkix <[email protected]>
api.ymlへtsmfreltsの追加

github.com/Chinachu/Mirakurun - cf2fffe88e9b4d56357482dac2d02ab6d4ebabad authored over 3 years ago by akkkix <[email protected]>
tsmfreltsのnull判定の場所を変更

github.com/Chinachu/Mirakurun - 96a7ceba052dfc67c92e9c80a50d022879315abc authored over 3 years ago by akkkix <[email protected]>
改行コードがおかしくなったので修正

github.com/Chinachu/Mirakurun - 21bc78011079392234ac63e2a18ff7df2333552a authored over 3 years ago by akkkix <[email protected]>
規約に沿ったspace && ui対応

github.com/Chinachu/Mirakurun - a9c01a5385de13fd167360f655b960821681d8f2 authored over 3 years ago by akkkix <[email protected]>
tsfilterへのtsmfパラメータの渡し方を修正

github.com/Chinachu/Mirakurun - 6b19583ee34dc85d65f069a9ed80cb4d214d4105 authored over 3 years ago by akkkix <[email protected]>
tsmftsnumberが決め打ちになっているのを直していなかった

github.com/Chinachu/Mirakurun - 4e90ad60edfcc135a82c52eb96425f2232e2aa06 authored over 3 years ago by akkkix <[email protected]>
TSMF処理の有効無効と相対TS番号の指定をchannels.ymlでできるようにした

github.com/Chinachu/Mirakurun - d33d4a8b7a6fc5432fb8e1148c5adf78b82e42d6 authored over 3 years ago by akkkix <[email protected]>
TSMFのスイッチに仮として衛生のHVの値を使用

github.com/Chinachu/Mirakurun - 743a3e6c66f263aa53683e1b4a100ce2f4d6fc1f authored over 3 years ago by akkkix <[email protected]>
TSMF処理の追加test

github.com/Chinachu/Mirakurun - 47fa35418f17f931c723628bfd9e1b269585e2e4 authored over 3 years ago by akkkix <[email protected]>
fix webpack error on Windows

github.com/Chinachu/Mirakurun - a2fd70ae2034fb1838704a4426da3bcb758e620e authored over 3 years ago by k-uraki <[email protected]>
Update README.md

github.com/Chinachu/Mirakurun - 60dcce87a5f3593a156aff20beccd39241283909 authored over 3 years ago by stu2005 <[email protected]>
Update README.md

github.com/Chinachu/Mirakurun - 8b3a434bad5c910620d5f1daa637ba3b7e593cee authored over 3 years ago by stu2005 <[email protected]>
TSFilter: tiny improvement

github.com/Chinachu/Mirakurun - 9d55f9bc09451b7022249f73f94efefe6881c7c6 authored almost 4 years ago by kanreisa <[email protected]>
ui: refactoring

github.com/Chinachu/Mirakurun - ce72399e027b75d39838d7e34cbd4aa8dd4762c3 authored almost 4 years ago by kanreisa <[email protected]>
EPG: use Truthy / logical NOT operator in some places

github.com/Chinachu/Mirakurun - aec1daaf414453bfbc17e74133b26ee5fd36186c authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: use Truthy / logical NOT operator in some places

github.com/Chinachu/Mirakurun - 2a66ec75d4f1fb40cbbb71f19c422bb67ce7ef33 authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: add own packet counter (streamInfo)

github.com/Chinachu/Mirakurun - a9d8ce9ffd62c6c9b2b59a6c36f86dd96b3a725f authored almost 4 years ago by kanreisa <[email protected]>
Program: change #save() timing to 10s.

github.com/Chinachu/Mirakurun - cce9bb5e270d16da465bbbdd4eabf4b0b8c9befe authored almost 4 years ago by kanreisa <[email protected]>
TunerDevice: use Set instead of Array for _users collection

github.com/Chinachu/Mirakurun - 579410223bc54f814dd2904cfe6ce8eeb28731a5 authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: make drop on error packet to fix broken TS output (bug)

github.com/Chinachu/Mirakurun - e4785dc11658f6171a3f732667766e4dd77c993b authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: improve performance of PAT CRC check

github.com/Chinachu/Mirakurun - a147d581ba50e97fbff118e99efc8414c5dc2a46 authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: remove some unnecessary code

github.com/Chinachu/Mirakurun - 067d916c11ceb17821eff7f01df24174e19eac7b authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: use Buffer.alloc() instead of Buffer.allocUnsafe()

github.com/Chinachu/Mirakurun - 2b9c2a0047f67048b38470c15f4ce056ce81e043 authored almost 4 years ago by kanreisa <[email protected]>
TSFilter: use Set instead of Array for collection

github.com/Chinachu/Mirakurun - 8d1468485e1c030ca05c73746c97263d558a488e authored almost 4 years ago by kanreisa <[email protected]>