JakobKallin / RPG-Ambience

Bring your tabletop RPGs to life with sound and visuals.
http://rpg-ambience.com
GNU General Public License v3.0
36 stars 9 forks source link

Add git-annex integration for adventures/music-files #62

Open jkrenzer opened 9 years ago

jkrenzer commented 9 years ago

To use git-annex, RPG-Ambience would just need to save all adventures and music files to a folder inside an active git-annex repo. Sync would be triggered automatically, but in an advanced stage RPG-Ambience could use the git-annex-webapp to control the repo or to let the user set all the options for replication.

JakobKallin commented 9 years ago

I'm not familiar with Git Annex, and I likely won't have time to implement support for it in RPG Ambience. That being said, I would appreciate some more info on how it works, so that I can decide what it would involve.

More specifically:

My first idea is that this would be easiest to implement as a script (run on your computer, not inside RPG Ambience) that simply copies your adventures between Google Drive and Git Annex, since this would not require any changes to RPG Ambience. This would probably be the fastest way to get the feature if you're willing to implement it yourself, but it will depend on some of the points above, and it might not be the type of feature that you're interested in to begin with.