Tobi

Results 189 comments of Tobi

Correct me if I am wrong, but isn't nativescript based on JS? This matches the log. `Cannot read property 'getInstance' of undefined` is a JS error. The extractor is written...

thank you for the effort. I started to write a similar section a few months ago, but did not finish it. We use mkdocs to generate the documentation. Unfortunately, mkdocs...

Thank you. I just pushed my draft for "getting started with using the extractor" to https://github.com/TeamNewPipe/documentation/tree/feat/getting_started. I think it might be a good idea to combine both documents

I think we should open a ticket in the Extractor's repository which lists all services which have been requested and would be accepted. When people want to implement a service,...

See https://f-droid.org/docs/Setup_an_F-Droid_App_Repo/ I guess we should be able to ~~steal~~ copy some existing scripts to create nightly F-Droid repos without a big effort

the old problem: new version released, but F-Droid is slow with updating. @TheAssassin We should parse F-Droid's index.json and not the metadata files.

I'd suggest something like this. If you have any alternative, please tell me. ```JSON api { "stable": { "version": "1.0.0", "changelog": "something HTML escaped" }, "beta": { "version": "1.0.0beta", "changelog":...

Can you also provide the data in JS format like this: ``` JS var api = { "stable": ... ... }; ``` It would be extremely helpful for me because...

> With additional information from the changelogs dir (which we should use btw to tell people in the F-Droid app directly what changed), we can display some more details about...