Browse Source

update changelog and man page

Helmut Pozimski 6 years ago
parent
commit
f1e3ad6ac9
4 changed files with 19 additions and 3 deletions
  1. 13 0
      CHANGELOG
  2. 3 0
      doc/commandline.rst
  3. 2 2
      doc/examples.rst
  4. 1 1
      doc/synopsis.rst

+ 13 - 0
CHANGELOG

@@ -1,3 +1,16 @@
+1.0 (wip)
+---
+* Major refactoring, much of the functionality has been split into functions and move to the helpers and program modules
+* Switched from OptionParser to ArgumentParser (minimum python version is now 3.2)
+* New main module which contains the main function called from the stov script
+* Fixed initial config generation (issue #7)
+* Use format string for youtube-dl instead of deprecated -t (issue #10)
+* Fixed database cleaning (issue #8)
+* Enable subscription of youtube channels without associated user (issue #9)
+* Removed the video description from the database
+* Implemented support for more video sites, youtube remains the only supported one for now
+* Addedd --lssites and --site
+
 0.9.3
 ---
 

+ 3 - 0
doc/commandline.rst

@@ -20,6 +20,9 @@ COMMAND LINE OPTIONS
 --version	show the currently running version number
 -q, --quiet	suppress all output
 -v, --verbose	be verbose and print also diagnostical messages
+--disable DISABLEID   deaktiviert das Abonnement mit der angegebenen ID
+-s SITE, --site SITE  specify the site to work with (for --add)
+--lssites             list the supported sites
 -h, --help	show the help message and exit
 
 

+ 2 - 2
doc/examples.rst

@@ -4,8 +4,8 @@ EXAMPLES
 EXAMPLES
 --------
 
-**stov** --add --channel Gronkh --search 'Let's Play Minecraft'
-	subscribe to all videos in channel "Gronkh", containing "Let's Play Minecraft"
+**stov** --site youtube --add --channel Gronkh --search 'Let's Play Minecraft'
+	subscribe to all videos in youtube channel "Gronkh", containing "Let's Play Minecraft"
 **stov** -u
 	update all currently configured subscriptions
 **stov** --download

+ 1 - 1
doc/synopsis.rst

@@ -6,4 +6,4 @@ SYNOPSIS
 
 | **stov** [ **-a**/**--add** ] [ **-p**/**--playlist** playlist-id ] [ **--channel** channel-name ] [ **-s**/**--search** search-parameter ] [ **--lssubs** ] [ **--lsvids** subscription_id ]
 | [ **-u**/**--update** ] [ **-d**/**--download** ] [ **--catchup** ]  [ **-r**/**--remove** subscription-id ] [ **-c**/**--clean-database** ] [ **-l**/**--license** ] [ **--version** ] [ **-q**/**--quiet** ]
-| [ **-e**/**--enable** subscription-id ] [ **--disable** subscription-id ] [ **-h**/**--help** ]
+| [ **-e**/**--enable** subscription-id ] [ **--disable** subscription-id ] [ **-s**/**--site**][ **--lssites** ][ **-h**/**--help** ]