A personal music streaming server that works
11–20 of 74 posts
Re: A personal music streaming server that works
#12I wish I could have such app to stream music from my NAS. This is very nice though!
Re: A personal music streaming server that works
#13Basically a simple website for kids where they can select from pre-approved youtube accounts/videos or upload additional conten. Anyone building sth like this?
Re: A personal music streaming server that works
#14 Your DB driver of choice [MySQL/MariaDB]:
[mysql ] MySQL/MariaDB
[pgsql ] PostgreSQL
[sqlsrv ] SQL Server
[sqlite-e2e] SQLite
> sqlite-e2e
Absolute path to the DB file:
> /home/user/koel.sqlite3
WARN Cannot connect to the database. Let's set it up.
Your DB driver of choice [MySQL/MariaDB]:
[mysql ] MySQL/MariaDB
[pgsql ] PostgreSQL
[sqlsrv ] SQL Server
[sqlite-e2e] SQLiteRe: A personal music streaming server that works
#15I really need something like this for video. Basically a simple website for kids where they can select from pre-approved youtube accounts/videos or upload additional conten. Anyone building sth like this?
Re: A personal music streaming server that works
#16I really need something like this for video. Basically a simple website for kids where they can select from pre-approved youtube accounts/videos or upload additional conten. Anyone building sth like this?
Re: A personal music streaming server that works
#17Ah... installation "wizards"... Your DB driver of choice [MySQL/MariaDB]: [mysql ] MySQL/MariaDB [pgsql ] PostgreSQL [sqlsrv ] SQL Server [sqlite-e2e] SQLite > sqlite-e2e Absolute path to the DB file: > /home/user/koel.sqlite3 WARN Cannot connect to the database. Let's set it up. Your DB driver of choice [MySQL/MariaDB]: [mysql ] MySQL/MariaDB [pgsql ] PostgreSQL [sqlsrv ] SQL Server [sqlite-e2e] SQLite
Looks like the "sqlite-e2e" is for integration-test only.
Re: A personal music streaming server that works
#18I really need something like this for video. Basically a simple website for kids where they can select from pre-approved youtube accounts/videos or upload additional conten. Anyone building sth like this?
https://docs.joinpeertube.org/use/channel-sync
And as for letting you or your kids upload additional content, yup that’s what PeerTube is mainly for.
I run a PeerTube instance of my own to host some videos I made. I haven’t tried importing from YouTube to it though. I use yt-dlp to download videos I want to keep.
Re: A personal music streaming server that works
#19Re: A personal music streaming server that works
#20Ah... installation "wizards"... Your DB driver of choice [MySQL/MariaDB]: [mysql ] MySQL/MariaDB [pgsql ] PostgreSQL [sqlsrv ] SQL Server [sqlite-e2e] SQLite > sqlite-e2e Absolute path to the DB file: > /home/user/koel.sqlite3 WARN Cannot connect to the database. Let's set it up. Your DB driver of choice [MySQL/MariaDB]: [mysql ] MySQL/MariaDB [pgsql ] PostgreSQL [sqlsrv ] SQL Server [sqlite-e2e] SQLite
https://github.com/koel/koel/issues/1099 Looks like the "sqlite-e2e" is for integration-test only.