Skip to content
This repository was archived by the owner on Mar 25, 2019. It is now read-only.

Commit 39aa80d

Browse files
author
Sjoerd Tieleman
committed
Bumped to 0.5.7.
1 parent e244afc commit 39aa80d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## codem-transcode 0.5.7 (2015/04/23) ##
2+
3+
* Add option for database port in config (@brain64bit).
4+
15
## codem-transcode 0.5.6 (2015/04/22) ##
26

37
* Return a job from memory if it is still transcoding.

README.markdown

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ codem-transcode supports multiple database backends, courtesy of Sequelize. The
104104
"dialect": "mysql",
105105
"username": "root",
106106
"database": "codem",
107-
"host": "localhost"
107+
"host": "localhost",
108+
"port": 3306
108109
},
109110
"slots": 8,
110111
"interface": "127.0.0.1",
@@ -114,7 +115,7 @@ codem-transcode supports multiple database backends, courtesy of Sequelize. The
114115
"ffprobe": null
115116
}
116117

117-
Be sure to specify a `dialect` ("mysql", "postgres", "sqlite"), a `username`, a `password` (can be omitted if using a passwordless database) and a `host` (can be omitted for "localhost").
118+
Be sure to specify a `dialect` ("mysql", "postgres", "sqlite"), a `username`, a `password` (can be omitted if using a passwordless database) and a `host` (can be omitted for "localhost"). `port` can be omitted for the default port.
118119

119120
## Usage
120121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codem-transcode",
33
"description": "Offline video transcoding using ffmpeg, with a small HTTP API.",
4-
"version": "0.5.6",
4+
"version": "0.5.7",
55
"keywords": ["transcoding", "ffmpeg", "video"],
66
"homepage": "http://www.transcodem.com/",
77
"repository": {

0 commit comments

Comments
 (0)