]> infiniteadaptability.org Git - seeder/commitdiff
updated using git-ex
authoralex <[email protected]>
Wed, 28 Apr 2021 23:05:16 +0000 (16:05 -0700)
committeralex <[email protected]>
Wed, 28 Apr 2021 23:05:16 +0000 (16:05 -0700)
todo

diff --git a/todo b/todo
index ed74067ca41a30a25d25f281136aeeff4ee71ed8..1d079e6f0bd090838b0a55efe730f4f3c8c61159 100644 (file)
--- a/todo
+++ b/todo
@@ -7,6 +7,12 @@ Goal:
        -automatic start of seeding/stop of seeding of missing torrent files
        -create feed
 
+Resources:
+-RSS:
+       -https://en.wikipedia.org/wiki/RSS
+-libtorrent-rasterbar
+       -https://www.rasterbar.com/products/libtorrent/
+
 To Do:
 *setup automake
 -seederd
@@ -16,25 +22,27 @@ To Do:
        -delete old torrents
        -inotify
                -should be able to detect changes to files/whether upload has finished
--create-torrents
-       -c++ program to create torrents
-       -https://libtorrent.org
-               -libtorrent-rasterbar
-               -https://www.rasterbar.com/products/libtorrent/
+-torrents-create
        -fix autoconf to check for libtorrent/libboost dependencies
-       *search data directory
-               *pass in from automake
-       *create individual torrents
-       *create full feed torrents
-       -exclude dotfiles
-       -append link field into file/directory name .meta file link
-               -can then call create-feed with appropriate meta fields (if there's previous fields, add those to command if not then there will only be link)
+       -decide how to handle logging
+       -decide what to output
+               -would require updating feed/torrent classes to return bool when save successful
+               -feeds which were rebuilt?
+               -i.e. 'test was rebuilt'
+                       -parse with awk -> pipe into create-feed
+               -just 'test'
+                       -pipe directly into find script -> create feed
+       -tests
 -create-feed
+       *figure out how to print meta options
+       *remove meta option
+       -parse meta files
+               -format: .title.txt.meta
+                       link=test.com/test\n
+                       description=this is a test\n
        -setup options
-               *meta, -m [TPDLG] [title, pubDate, description, link, guid]
                --output-file, -o
                --feed-url
-               --number, -n [INT]
                        e.g.
                                -ia.org/dota/replay_reviews
                                -ia.org/dota/competitive
@@ -62,11 +70,6 @@ To Do:
                -add git annex repo
                -add wireguard and add to .devs
 
-Resources:
--RSS:
-       -https://en.wikipedia.org/wiki/RSS
-
-
 Later:
 -if running on timers, directory locks when uploading?
 -explore phone app/podcast app integration