Aleksandar Matevski

Results 13 comments of Aleksandar Matevski

I think that you can use a component in your n8n or Zapier flow that would update the ```episode.json``` in your repository. See if you can find out how would...

Thank you for the contribution. I checked the code and I have some suggestions. * Could you tell me when the language of the page would be different than English?...

Thank you for the response. About point 1: Thank you for the elaboration, the language handling is definitely going to be useful, do it wholeheartedly :D About point 2: I...

Okay, in that case, After you are done, I am going to implement the handling of my cookie popup :D. Because I also see the same issue that you try...

Nice idea, only thing remains is if we can find a better name for the flag `custom_artwork`. Currently, we have env variable `LOAD_THUMBNAIL`. What if we define a new flag...

My idea is to add another field besides `id` in episode.json, `ids` that would be an array of strings: ```javascript { "id": "uZZoDaVdCAE", "ids": [ "IG_VDj8Eh_g", "cF3OWCYLLVQ"] } ``` Additional...

> What happening if we remove the `id` field instead ? Would this simply result in updating the old `episode.json` files ? > > In my opinion we could think...

> > Also, another thing to take care of is the error handling: when do we want the github action to fail, if no video got posted to anchorfm, if...

> I think this should be the right solution, deprecate the field `id`, and then remove I agree with this, in order to not make a mistake of keeping things...

I see, so here is an idea: What about a new environment variable to specify whether to fail fast or proceed when one upload fails? For example environment variables like...