

Code: Select all
emerge mt-daapd libtoolCode: Select all
./configure --enable-sqlite3 --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --enable-oggvorbis --enable-flac --enable-upnp --enable-musepack --prefix=/usrCode: Select all
make
make installTrying to do the same, but ran into a problem.Tintamarre wrote:Hello,
I installed it this afternoon. I did the following :To be sure, to have every lib and so one. Then, I downloaded the last SVN (svn-1696) and configure it like that :Code: Select all
emerge mt-daapd libtoolThen, I performed the install :Code: Select all
./configure --enable-sqlite3 --with-sqlite-includes=/usr/local/include --with-sqlite-libs=/usr/local/lib --enable-oggvorbis --enable-flac --enable-upnp --enable-musepack --prefix=/usr... and it works perfectly!Code: Select all
make make install
Hope it could help.
Regards,
Code: Select all
2008-05-03 06:26:35 (b7ba26d0): Firefly Version svn-1696: Starting with debuglevel 5
2008-05-03 06:26:35 (b7ba26d0): Error opening plugin dir /usr/lib/firefly/plugins. Ignoring
2008-05-03 06:26:35 (b7ba26d0): Loaded plugin /usr/lib/mt-daapd/plugins/out-daap.so (daap/svn-1696)
2008-05-03 06:26:35 (b7ba26d0): Loaded plugin /usr/lib/mt-daapd/plugins/rsp.so (rsp/svn-1696)
2008-05-03 06:26:35 (b7ba26d0): No ssc program specified for script transcoder.
2008-05-03 06:26:35 (b7ba26d0): Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load
2008-05-03 06:26:35 (b7ba26d0): Plugin loaded: rsp/svn-1696
2008-05-03 06:26:35 (b7ba26d0): Plugin loaded: daap/svn-1696
2008-05-03 06:26:35 (b7ba26d0): Starting rendezvous daemon
2008-05-03 06:26:35 (b7ba26d0): Starting signal handler
2008-05-03 06:26:35 (b7ba26d0): Error opening db: No backend database support for type: sqlite
2008-05-03 06:26:35 (b7ba26d0): Stopping mDNS
Code: Select all
# equery l sqlite
[ Searching for package 'sqlite' in all categories among: ]
* installed packages
[I--] [M ] dev-db/sqlite-3.3.5-r1 (3)
# which sqlite3
/usr/bin/sqlite3

Yes. Thanks. That did the trick.Tintamarre wrote:Maybe, try to change sqlite to sqlite3... in your /etc/mt-daapd.confdb_type = sqlite3
Code: Select all
2008-05-03 15:59:28 (b7c326d0): Firefly Version svn-1696: Starting with debuglevel 5
2008-05-03 15:59:28 (b7c326d0): Loaded plugin /usr/lib/mt-daapd/plugins/out-daap.so (daap/svn-1696)
2008-05-03 15:59:28 (b7c326d0): Loaded plugin /usr/lib/mt-daapd/plugins/rsp.so (rsp/svn-1696)
2008-05-03 15:59:28 (b7c326d0): Loaded plugin /usr/lib/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1696)
2008-05-03 15:59:28 (b7c326d0): Plugin loaded: ssc-script/svn-1696
2008-05-03 15:59:28 (b7c326d0): Plugin loaded: rsp/svn-1696
2008-05-03 15:59:28 (b7c326d0): Plugin loaded: daap/svn-1696
2008-05-03 15:59:28 (b7c326d0): Starting rendezvous daemon
2008-05-03 15:59:28 (b7c326d0): Starting signal handler
2008-05-03 15:59:28 (b7c326d0): Error: enum_begin failed (error 1): Misc SQL Error: no such table: config
2008-05-03 15:59:28 (b7c326d0): Can't get db version. New database?
2008-05-03 15:59:28 (b7c326d0): Initializing database
2008-05-03 15:59:28 (b7c326d0): Error: enum_begin failed (error 1): ?
2008-05-03 15:59:28 (b7c326d0): Error: enum_begin failed (error 1): ?
2008-05-03 15:59:28 (b7c326d0): Full reload...
2008-05-03 15:59:28 (b7c326d0): Starting mp3 scan
2008-05-03 15:59:32 (b7c326d0): Found music file: 01-Down.m4a
2008-05-03 15:59:32 (b7c326d0): Error reading mp4 atoms: Unknown error
2008-05-03 15:59:32 (b7c326d0): Skipping /home/media/music/aac/311/311/01-Down.m4a - scan failed
2008-05-03 15:59:32 (b7c326d0): Found music file: 02-Random.m4a
2008-05-03 15:59:32 (b7c326d0): Error reading mp4 atoms: Unknown error
2008-05-03 15:59:32 (b7c326d0): Skipping /home/media/music/aac/311/311/02-Random.m4a - scan failed
2008-05-03 15:59:32 (b7c326d0): Found music file: 03-Jackolantern's Weather.m4a
2008-05-03 15:59:32 (b7c326d0): Error reading mp4 atoms: Unknown error
2008-05-03 15:59:32 (b7c326d0): Skipping /home/media/music/aac/311/311/03-Jackolantern's Weather.m4a - scan failed
2008-05-03 15:59:32 (b7c326d0): Found music file: 04-All Mixed Up.m4a
2008-05-03 15:59:32 (b7c326d0): Error reading mp4 atoms: Unknown error
2008-05-03 15:59:32 (b7c326d0): Skipping /home/media/music/aac/311/311/04-All Mixed Up.m4a - scan failed
...
...

Yea. I have m4a, etc in my conf file for allowed extensions. It appears that m4a is not parsing properly, or I'm missing something. I did not find an m4a/aac specific pluging. Looking at the readme it should handle aac natively.Tintamarre wrote:I don't really know because i dont have any .aac files. Did you check if you added support for .mp4 files in the mt-daapd.conf and if the plugin is supported (if there is any) ?

Code: Select all
Plugin loaded: daap/svn-1696
Starting rendezvous daemon
Starting signal handler
Opening database
db_sqlite3_open: Misc SQL Error: unable to open database file (/usr/var/cache/mt-daapd/songs3.db)
Results: 1
Error opening db: Misc SQL Error: unable to open database file
Processing rendezvous message
Stopping mDNS
Exiting
Finished with status 0, result 0