Advertisement
Fromubiz

samples

Jan 7th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. plugin://plugin.video.youtube/play/?playlist_id=PLFgquLnL59akhdhcSukD-WMIBEFW53iYT
  2.  
  3. and you're done. If the playlist is public (which is common) no login is needed.
  4.  
  5. Additionally you can provide the order, so the addon won't ask.
  6.  
  7. default order:
  8. Code:
  9. plugin://plugin.video.youtube/play/?playlist_id=PLFgquLnL59akhdhcSukD-WMIBEFW53iYT&order=default
  10.  
  11. reverse order:
  12. Code:
  13. plugin://plugin.video.youtube/play/?playlist_id=PLFgquLnL59akhdhcSukD-WMIBEFW53iYT&order=reverse
  14.  
  15. shuffle:
  16. Code:
  17. plugin://plugin.video.youtube/play/?playlist_id=PLFgquLnL59akhdhcSukD-WMIBEFW53iYT&order=shuffle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement