ikwyl6

Results 24 comments of ikwyl6

Yes, if a command line option was added, you could give it the folder/dir name and it would recursively upload the photos/videos. Any idea when this kind of thing could...

So in general should I be using ```updated_parsed``` instead of trying to get ```published_parsed```?

You're not understanding what I mean. I mean when I run the command "raspi-config" there is no output and it goes back to the command prompt. I do not get...

How do you create a user when doing self-hosted? Under 'Manual Install' in your readme it says: `Access the script and create an account using the register form.` But what...

or have a function/call or ability to check if an existing refresh or access token is invalid. Then you know for sure it's invalid and can get a new one.

How can you get the instance ? I've tried this, but it doesn't work: audiojs.instances['0'].load($('a', this).attr('data-src'));

As far as I know - This is because you are accessing the html5 audio instance and not the audiojs instance.

Remon, can you share how you did this? Did you get the current instance of the player somehow? How did you do this? I can add songs to the playlist...

Can you post a snippet of your code?