Coder Social home page Coder Social logo

iobroker-community-adapters / iobroker.tvspielfilm Goto Github PK

View Code? Open in Web Editor NEW
7.0 4.0 7.0 1003 KB

adapter provides tv show timetable to iobroker

Home Page: http://www.iobroker.net

License: MIT License

JavaScript 71.76% HTML 28.24%
iobroker tvspielfilm tv smarthome home automation json time fernsehprogramm scheduler

iobroker.tvspielfilm's Introduction

Logo

ioBroker.tvspielfim

Number of Installations Number of Installations NPM version Downloads

NPM

NodeJS v16 oder höher wird vorausgesetzt.

Documentation

🇩🇪 Dokumentation

🇬🇧 Documentation

Changelog

2.1.0 (2024-04-29)

  • (mcm1957) Adapter requires node.js >= 18 and js-controller >= 5 now
  • (mcm1957) Dependencies have been updated

2.0.5 (2022-12-08)

  • (tugsi) Remove tipps feed because no longer maintained
  • (Apollon77) General updates

2.0.4 (2021-05-27)

  • (pix, crycode) Code improved (timer)

2.0.3 (2021-05-05)

  • (pix) connectionType and dataSource added

2.0.2 (2021-03-19)

  • (DutchmanNL) Now cron is initialized at adapter start

License

The MIT License (MIT)

Copyright (c) 2023-2024 ioBroker Community Developers [email protected]
Copyright (c) 2016-2022 pix

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Logo is partly crafted by CHALLENGER 👍

iobroker.tvspielfilm's People

Contributors

apollon77 avatar dependabot[bot] avatar dutchmannl avatar germanbluefox avatar mcm1957 avatar pix--- avatar scrounger avatar tugsi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

iobroker.tvspielfilm's Issues

Blacklist funktioniert nicht (für Sky Sender)

Hallo,

kann es sein, dass die Blacklist nicht korrekt funktioniert?
Zumindest kann ich keine Sky Sender aus der Selektion ausschließen, habe die Whitelist leer und mittlerweile diesen Eintrag unter Blacklist:
SKY*, Sky*, sky*
In Spielfilme werden mir trotzdem z.B. Sky Family Einträge angezeigt.

Komma und Leerzeichen als Trenner ist ok, hab ich so in der Doku gesehen?

Woran könnte das liegen?
Adapter ist aktuell (2.0.1) alle anderen sind auch aktuell (latest Repo).

Gruß,
Peter

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Cannot read property 'length' of undefined

Got some Errormessages in the Log:

tvspielfilm.0 | error | Cannot read property 'length' of undefined tvspielfilm.0 | error | TypeError: Cannot read property 'length' of undefined at /opt/iobroker/node_modules/iobroker.tvspielfilm/main.js:191:49 at Parser.<anonymous> (/opt/iobroker/node_modules/xml2js/lib/parser.js:304:18) at Parser.emit (events.js:400:28) at SAXParser.onclosetag (/opt/iobroker/node_modules/xml2js/lib/parser.js:262:26) at emit (/opt/iobroker/node_modules/sax/lib/sax.js:624:35) at emitNode (/opt/iobroker/node_modules/sax/lib/sax.js:629:5) at closeTag (/opt/iobroker/node_modules/sax/lib/sax.js:889:7) at SAXParser.write (/opt/iobroker/node_modules/sax/lib/sax.js:1436:13) at Parser.exports.Parser.Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:323:31) at Parser.parseString (/opt/iobroker/node_modules/xml2js/lib/parser.js:5:59) tvspielfilm.0 | error | uncaught exception: Cannot read property 'length' of undefined tvspielfilm.0 | info | objects written

Nothing changed before, not the only one with this Problems:
https://forum.iobroker.net/topic/60675/fehler-bei-adapter-tvspielfilm

Please check ioBroker.tvspielfilm with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

Compatibility check to js-controller 3.3 and Admin5 React UI

Dear Adapter developer,

with js-controller 3.2 and js-controller 3.3 some additional checks were added to make sure that created objects match to the specifications and also written state values match to the object definition.

If something is not correct this is logged as 'warning' or 'info' log.

Please take the time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1301

Additionally we are preparing Admin 5 which will have a completely rewritten UI. Please install Admin 5, activate that new UI and verify that the configuration of you adapter works as expected also there.

More informations on Admin 5 can be found in Forum https://forum.iobroker.net/topic/44282/test-adapter-admin-5-0-x-alpha-der-neuen-ui

Please close the issue after you checked it.

Thank you very much for your support!

Compatibility check and testing for Node.js 14 and 16

Dear Adapter develop,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Dokumentation

Wenn ich hier auf github auf die Dokumentation gehen will (Deu oder Eng spielt keine Rolle) kommt fehler 404...

Output as HTML

Hi,

it would be nice to also get the output from this adapter as plain HTML to use it with other visualizations as the vis e.g. Lovelace using an HTML card. Thanks!

Langbeschreibung und Bilder ausblenden

Mich interessiert oft weder das Bild noch die Langbeschreibung. Daher würde ich diese am liebsten über die Konfiguration ausblenden und nur die Uhrzeit samt Sender und Sendungsname anzeigen lassen, dafür deutlich mehr Sender gleichzeitig sehen.

Objects are not written properly

I have had installed the Version 2.04 which worked perfect. But sometime (I do not hafe a glue when and why) the objects where not written properly.
Deleting the adapter an reinstalling does not change the behavior.
After reinstalling the adapter only filled the heute2015 objects

iobroker is running in a docker container on a synology and everything is updated to the last version.

Any idea?

Thanks

Please add your adapter to ioBroker.discovery

I am an automatic service from ioBroker that searches adapters and makes suggestions.

I noticed that your adapter is not integrated in the ioBroker.discovery. Using the Discovery adapter, ioBroker can automatically find devices or suggest services to the user for installation. If possible I would live to see your adapter added there.

Some adapters have already been added and you can use them as blueprints. See: https://github.com/ioBroker/ioBroker.discovery You need to fork this project and then create a PR for your adapter to be added.

Basically the plugins can do HTTP calls, UDP discovery, MDNS, UPNP and will iterate over all devices found by IP scan and check local serial ports. If you want you can also add new discovery methods but please try to do that with at least dependencies as possible.

Then create one file under lib/adapters for your adapter to implement the detection and proposal of an instance to the user.

On questions, the other developers will support in the forum or via GitHub issues too.

If no detection is possible, simply close this issue and I won't bother you again. ;-)

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Liste mit allen Programmen

Hi
Ist es möglich alle Programme von einen Tag (00:00 - 23:59) bzw evtl. eine XY Tagesvorschau in ein Object zu speichern !?

LG

Update stable version in repo from 2.0.5 to 2.1.0

Think about update stable version to 2.1.0

Version: stable=2.0.5 (523 days old) => latest=2.1.0 (15 days old)
Installs: stable=767 (61.61%), latest=97 (7.79%), total=1245

Click to use developer portal
Click to edit

Do not close this issue manually as a new issue will be created if condition for update still exists.

Please drop a comment if any reason exists which blocks updating to version 2.1.0 at this time.

Note: This is an automatically generated message and not personally authored by bluefox!
@mcm1957 for evidence

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/Pix---/ioBroker.tvspielfilm

  • [E605] No actual year found in copyright. Please add "Copyright (c) 2016-2022 pix" at the end of README.md

I have also found warnings that may be fixed if possible.

  • [W113] Adapter should support compact mode

Thanks,
your automatic adapter checker.

P.S.: There is a community in Github, which supports the maintenance and further development of adapters. There you will find many experienced developers who are always ready to assist anyone. New developers are always welcome there. For more informations visit: https://github.com/iobroker-community-adapters/info

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.