[tw5] Re: TiddlyWiki as a media player replacement

2019-01-28 Thread bimlas
> > ... Bob that has ability to handle return codes & ques. > Please explain this, I don't understand. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywik

[tw5] Re: TiddlyWiki as a media player replacement

2019-01-28 Thread bimlas
Just found a "pre-solution": * Open https://tiddlywiki.com/static/Audio.html * Right click on the page -> Inspect element -> open Console tab * Paste this code and press Enter: var players = document.getElementsByTagName('audio'); for(var i=0; i < players.length; i++) { players[i].nextPlayer =

[tw5] Re: TiddlyWiki as a media player replacement

2019-01-28 Thread @TiddlyTweeter
I think it is a good question. On AUTOMATION. TBH for local use I'd use Bob that has ability to handle return codes & ques. Just thoughts Josiah -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving e

[tw5] Re: TiddlyWiki as a media player replacement

2019-01-28 Thread @TiddlyTweeter
Off-topic 16 Horsepower are brilliant. HAW. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@g

[tw5] Re: TiddlyWiki as a media player replacement

2019-01-28 Thread @TiddlyTweeter
The issue is a Playlist. In theory it is should be possible to activate media tiddlers sequentially (they would likely need to be primed for auto-play). Quite how I don't know. On Monday, 28 January 2019 14:11:59 UTC+1, bimlas wrote: > > I would like to use TiddlyWiki as a music player, so I cou