Add config document for IMAGE_RESIZE_TO_FIT and bump to version 1.3.1
[rainbowstream.git] / rainbowstream / colorset / config
index e0a3ba575e7df6a9ff9d1a429b9922db5d86dfd5..7dae57a2ad6cd41571cb55fb71ff5ce1fddf967d 100644 (file)
@@ -3,6 +3,8 @@
     "HEARTBEAT_TIMEOUT" : 120,
     // Image on term
     "IMAGE_ON_TERM" : false,
+    // Resize image to fit on terminal view
+    "IMAGE_RESIZE_TO_FIT" : false,
     // Themes
     "THEME" : "monokai",
     // Ascii Art
@@ -10,7 +12,7 @@
     // Hide promt when receive a tweet
     "HIDE_PROMPT" : true,
     // Prefix
-    "PREFIX" : "",
+    "PREFIX" : "#owner#place#me#keyword",
     // 'search': search type ('mixed','recent','popular')
     "SEARCH_TYPE" : "mixed",
     // 'search': search max result, number over 100 will fallback to 100
@@ -28,6 +30,8 @@
     "THREAD_META_RIGHT" : "#clock (#id)",
     // 'thread' frame's minimum width
     "THREAD_MIN_WIDTH" : 20,
+    // 'Notification' format
+    "NOTIFY_FORMAT" : "  #source_user #notify #clock",
     // 'inbox','sent': default number of direct message
     "MESSAGES_DISPLAY" : 5,
     // 'trend': max trending topics
@@ -43,6 +47,8 @@
     "IMAGE_SHIFT" : 2,
     // Image max height
     "IMAGE_MAX_HEIGHT" : 90,
+    // Seconds to wait before displaying another tweet, will drop all tweets while waiting.
+    "STREAM_DELAY" : 0,
     // Stream config
     "USER_DOMAIN" : "userstream.twitter.com",
     "PUBLIC_DOMAIN" : "stream.twitter.com",
     "FORMAT": {
         "TWEET": {
             "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
-            "DISPLAY" : "\n  #name #nick #clock \n  \u20AA:#rt_count \u2665:#fa_count id:#id #fav\n  #tweet"
+            "DISPLAY" : "\n  #name #nick #clock \n  \u20AA:#rt_count \u2665:#fa_count id:#id via #client #fav\n  #tweet"
         },
         "MESSAGE": {
             "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
-            "DISPLAY" : "\n  #sender_name #sender_nick #to #recipient_name #recipient_nick :\n  #clock message_id:#id\n  #message",
-            "THREAD_META_LEFT" : "[id:#id] #clock",
-            "THREAD_META_RIGHT" : "#clock [id:#id]"
+            "DISPLAY" : "\n  #sender_name #sender_nick #to #recipient_name #recipient_nick :\n  #clock message_id:#id\n  #message"
         }
     }
 }