ikwyl6
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```?
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.
Did you ever figure a way to do this?
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?