Repos / hi.imnhan.com / d09d6d3b9d
commit d09d6d3b9d6def08958122752167c9a3a4f06e83
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Fri Oct 23 19:16:49 2020 +0700

    update put.io post

diff --git a/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md b/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
index 9a8e837..5f6b6c6 100644
--- a/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
+++ b/content/posts/video-streaming-finale-or-why-put-io-is-awesome.md
@@ -10,6 +10,8 @@
 subscription instead. This has become the smoothest, most no-nonsense video
 streaming experience I've ever had.
 
+It's a seedbox.
+
 It transcodes.
 
 It streams.
@@ -18,15 +20,16 @@
 
 In cases when the subtitles aren't recognized, or I want to switch between
 audio tracks, I can always drag-n-drop the original file's streaming URL from
-browser to an mpv launcher like this:
+the browser straight to an mpv launcher like this:
 
 <video controls>
   <source src="/images/put.io_01_mpv.mp4" type="video/mp4">
 </video>
 
 
-It also has a third-party Android app that lets me browse and stream via
-mpv-android.
+It also has a open source third-party [Android app][1] that lets me browse and
+stream via mpv-android. As icing on the cake, this app supports casting to
+Chromecast-enabled TVs - everything This Works (tm).
 
 The above is only possible because put.io exposes a powerful, well-documented
 API for everyone to play with.
@@ -36,3 +39,5 @@
 
 It's refreshing to find software that works _for_ instead of _against_ its
 users these days.
+
+[1]: https://github.com/DSteve595/Put.io