Skip to content

Commit 03cfa51

Browse files
committed
updating README with how to import local content
1 parent a52d4f9 commit 03cfa51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ config :caster, Caster.Sources,
5151
title: "FooBar",
5252
wildcard_match: "**/*.mov"}
5353
]
54+
55+
56+
#### Note for sync'ing local content.
57+
58+
If you do have local content, once you have added it to the `local_folders` config above, you need to pull the content into the database. Currently there isn't a mix task (laziness), but you can run the task with:
59+
60+
1. iex -S mix phoenix.server
61+
2. Caster.LocalFolderCast.import!
62+
63+
It will then go look through all the folders and pull in the video's based on the wildcard match.
5464
```
5565

5666
1. notes_export_file is a file which any notes you make will be concatenated into.

0 commit comments

Comments
 (0)