An overly complex tool to mirror youtube content to LBRY
Go to file
Niko Storni 1b07cadcbf
add support for transferred channels
fix bugs
update dependencies
2019-01-03 17:01:06 +01:00
namer continued refactoring 2018-10-02 20:53:54 -04:00
sdk add support for transferred channels 2019-01-03 17:01:06 +01:00
sources fix update not picking up fresh accounts 2018-10-11 17:21:11 -04:00
.gitignore missing files and fixes after splitting from lbry.go 2018-10-08 16:20:10 -04:00
.travis.yml missing files and fixes after splitting from lbry.go 2018-10-08 16:20:10 -04:00
count.go missing files and fixes after splitting from lbry.go 2018-10-08 16:20:10 -04:00
Gopkg.lock add support for transferred channels 2019-01-03 17:01:06 +01:00
Gopkg.toml missing files and fixes after splitting from lbry.go 2018-10-08 16:20:10 -04:00
main.go fix update not picking up fresh accounts 2018-10-11 17:21:11 -04:00
Makefile missing files and fixes after splitting from lbry.go 2018-10-08 16:20:10 -04:00
manager.go add safety checks to prevent wallet disasters 2019-01-03 08:08:45 -05:00
README.md add/update readme 2018-08-02 08:12:45 -04:00
setup.go add support for transferred channels 2019-01-03 17:01:06 +01:00
splitter.py jack's splitter code 2017-10-17 19:13:39 -04:00
ytsync.go add support for transferred channels 2019-01-03 17:01:06 +01:00

YT Sync Process

  • make sure you don't have a .lbryum/wallets/default_wallet
    • delete existing wallet if there's nothing you need there, or better yet, move it somewhere else in case you need it later
  • make sure daemon is stopped and can be controlled with systemctl
  • run lbry ytsync YOUTUBE_KEY LBRY_CHANNEL_NAME YOUTUBE_CHANNEL_ID
  • after sync is complete, daemon will be stopped and wallet will be moved to ~/wallets/
  • now mark content as synced in doc

Running the sync command for a channel that was already started will resume the sync. This can also be used to update a channel with new content that was put on Youtube since the last sync.