git ssb

5+

Matt McKegg / ferment



Commit ab9d0dcb15e789b2b074b4f4ab596742d5f14e97

add section in readme about publishing audio

Matt McKegg committed on 11/6/2016, 1:07:33 AM
Parent: aef4541eb0df27fcd0465963514fcf32d5f95d33

Files changed

README.mdchanged
add-audio-window.jschanged
README.mdView
@@ -144,8 +144,18 @@
144144 However, if you don't see anything appear after about 30 seconds, try restarting ferment. It may take a minute or two before it appears. You should be all good as long as `+connected pub.ferment.audio:43761:....` appears in your terminal.
145145
146146 **If you receive an error message, it probably means my pub server has locked up. This seems to be happening a bit at the moment, [trying to get to the bottom of it](https://github.com/mmckegg/ferment/issues/7).** Let me know and I'll restart it. In the mean time, you could start creating a shiny profile and adding some tunes!
147147
148 +## Publishing Audio
149 +
150 +You can share audio with your followers by clicking the "+ Add Audio" button in the top right corner of the screen. [Make sure you read the section about copyright before publishing anything!](#ferment-and-copyright)
151 +
152 +After choosing a file and pressing **Publish**, Ferment will convert your audio into a format that compresses and streams well. At this point, you will start to seed the file.
153 +
154 +**To make sure other people can play your file, you'll need to wait until the status changes from "Waiting to share 💖" to the beer 🍻 icon.** Other users and pubs that follow you should start seeding your post soon after you add it, but if this doesn't happen for a few minutes, restarting Ferment can help.
155 +
156 +On start-up, Ferment checks the files you have cached (or added) against the tracker and prioritize seeding the rarest files on the network. However, any files you play will start seeding immediately.
157 +
148158 ## Hosting Your Own Pub Server
149159
150160 See [this guide](http://ssbc.github.io/docs/scuttlebot/howto-setup-a-pub.html) for full info setting up [scuttlebot](http://ssbc.github.io/scuttlebot/).
151161
add-audio-window.jsView
@@ -149,9 +149,12 @@
149149 ]),
150150 h('footer', [
151151 h('div.info', [
152152 h('strong', 'Tip: '),
153- `Wait for the 🍻 status `, h('em', `before`), ` closing Ferment to make sure other people get your file.`
153 + `Wait for the 🍻 status `, h('em', `before`), ` closing Ferment to `,
154 + h('a', {
155 + href: 'https://github.com/mmckegg/ferment#publishing-audio'
156 + }, `make sure other people get your file`), `.`
154157 ]),
155158 when(publishing,
156159 h('button', {'disabled': true}, ['Publishing...']),
157160 when(waitingToSave, [

Built with git-ssb-web