.ogg & .flac tags not broadcasted

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues .ogg & .flac tags not broadcasted

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1640
    emma_peel
    Participant

    Hello.

    I am running DAAP on a fedora 7. I had to take the rpm somewhere else, since the proper rpm is not available for F7.

    Anyway, the DAAP server is now running & working well.

    I would like to broadcast .ogg & .flac files. It works, but the tags are not exported.

    I found in the transcodification howto :

    http://wiki.mt-daapd.org/wiki/Transcoding_HOWTO

    that mt-daapd should be compiled with .flac & .oggvorbis support. The link after (Configure Flags) points to a blank page.

    So how to process to make it work ?

    Please note that I would like to set-up the transcodification afterwards.

    Thank you for the support !

    #12108
    emma_peel
    Participant

    OK, I found the configuration flags page :

    http://wiki.mt-daapd.org/wiki/Configuration_Flags

    I guess I have to compile it from the source ? πŸ˜‰

    #12109
    fizze
    Participant

    What rpm did you install? 0.2.4 or one of the nightlies?
    You can always compile it from the latest (half-stable) source from http://nightlies.mt-daapd.org/

    The default options should cut it, just be sure to specify the ff-mpeg transcoding plugin, or the script-based one. I recommend ffmpeg on anything powerful enough (unlink the slug) though.

    #12110
    emma_peel
    Participant

    Currently the 0.2.4, i am working on the re-compilation to have the tags for .ogg & .flac.

    In a next step I will take care of the transcodification. 8)

    #12111
    emma_peel
    Participant

    I am not sure of the proper configuration flags for .ogg & .flac. Is it :

    --enable-oggvorbis --enable-flac 

    Can someone confirm ?

    Moreover, I got the following message during the configuration process :

    [root@localhost mt-daapd-0.2.4]# ./configure --with-id3tag=/usr --enable-oggvorbis --enable-flac
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for bison... no
    checking for byacc... no
    checking for flex... no
    checking for lex... no
    checking for yywrap in -lfl... no
    checking for yywrap in -ll... no
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for pthread_creat in -lc_r... no
    checking for pthread_create in -lpthread... yes
    Host type is i686-pc-linux-gnu
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking gdbm.h usability... yes
    checking gdbm.h presence... yes
    checking for gdbm.h... yes
    checking for gdbm_open in -lgdbm... yes
    Have gdbm
    Adding dynamic libgdbm
    checking id3tag.h usability... yes
    checking id3tag.h presence... yes
    checking for id3tag.h... yes
    checking for id3_file_open in -lid3tag... no
    Must have libid3tag
    [root@localhost mt-daapd-0.2.4]# ./configure --enable-oggvorbis --enable-flac
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ANSI C... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking for bison... no
    checking for byacc... no
    checking for flex... no
    checking for lex... no
    checking for yywrap in -lfl... no
    checking for yywrap in -ll... no
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for pthread_creat in -lc_r... no
    checking for pthread_create in -lpthread... yes
    Host type is i686-pc-linux-gnu
    checking how to run the C preprocessor... gcc -E
    checking for egrep... grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking gdbm.h usability... yes
    checking gdbm.h presence... yes
    checking for gdbm.h... yes
    checking for gdbm_open in -lgdbm... yes
    Have gdbm
    Adding dynamic libgdbm
    checking id3tag.h usability... yes
    checking id3tag.h presence... yes
    checking for id3tag.h... yes
    checking for id3_file_open in -lid3tag... no
    Must have libid3tag

    Libid3tag has been successfully installed :

    [root@localhost usr]# yum install libid3tag-devel
    Setting up Install Process
    Parsing package install arguments
    Nothing to do
    [root@localhost usr]# yum install libid3tag
    Setting up Install Process
    Parsing package install arguments
    Nothing to do

    Any idea ? πŸ˜•

    #12112
    emma_peel
    Participant

    The answer has been provided by the fedora board, zlib was missing.

    So I configure & compile the source :

    [root@localhost mt-daapd-0.2.4]# ./configure --prefix=/usr --enable-oggvorbis --enable-flac

    Unfortunatly, the tags are still not managed. πŸ˜₯

    #12113
    emma_peel
    Participant

    Oups, sorry, it is OK … for .ogg only. .flac are stil down.

    I had to re-scan the folder (mt-daapd -r).

    Here is the detail of the scan.

    For .flac :

    2007-08-19 19:26:09: Found /media/datahd/jukebox/flac/Dig Your Own Hole/The Chemical Brothers - 09 - Lost In The K-Hole.flac
    2007-08-19 19:26:09: FS Mod time: 1186599107
    2007-08-19 19:26:09: Could not find id 104473
    2007-08-19 19:26:09: DB Mod time: 0
    2007-08-19 19:26:09: Found music file: The Chemical Brothers - 09 - Lost In The K-Hole.flac
    2007-08-19 19:26:09: Date Added: 1186599107
    2007-08-19 19:26:09: Adding /media/datahd/jukebox/flac/Dig Your Own Hole/The Chemical Brothers - 09 - Lost In The K-Hole.flac
    2007-08-19 19:26:09: Added file

    For .ogg :


    2007-08-19 19:17:46: Found /media/datahd/jukebox/ogg/The Chemical Brothers - Com
    e With Us/The Chemical Brothers - Come With Us - 08 - Denmark.ogg
    2007-08-19 19:17:46: FS Mod time: 1187450305
    2007-08-19 19:17:46: Could not find id 105554
    2007-08-19 19:17:46: DB Mod time: 0
    2007-08-19 19:17:46: Checking if node 105554 in db
    2007-08-19 19:17:46: Nope! Not in DB
    2007-08-19 19:17:46: Found music file: The Chemical Brothers - Come With Us - 08
    - Denmark.ogg
    2007-08-19 19:17:46: Processing file "/media/datahd/jukebox/ogg/The Chemical Bro
    thers - Come With Us/The Chemical Brothers - Come With Us - 08 - Denmark.ogg"...
    2007-08-19 19:17:46: New logical stream (#1, serial: 3a59dc03): type vorbis
    2007-08-19 19:17:46: Vorbis headers parsed for stream 1, information follows...
    2007-08-19 19:17:46: Channels: 2
    2007-08-19 19:17:46: Rate: 44100

    2007-08-19 19:17:46: Nominal bitrate: 112.000000 kb/s
    2007-08-19 19:17:46: User comments section follows...
    2007-08-19 19:17:46: title=Denmark
    2007-08-19 19:17:46: Mapping Denmark to title.
    2007-08-19 19:17:46: artist=The Chemical Brothers
    2007-08-19 19:17:46: Mapping The Chemical Brothers to artist.
    2007-08-19 19:17:46: genre=Electronic
    2007-08-19 19:17:46: Mapping Electronic to genre.
    2007-08-19 19:17:46: date=2002
    2007-08-19 19:17:46: Mapping 2002 to year.
    2007-08-19 19:17:46: album=Come With Us
    2007-08-19 19:17:46: Mapping Come With Us to album.
    2007-08-19 19:17:46: tracknumber=08
    2007-08-19 19:17:46: Mapping 08 to track.
    2007-08-19 19:17:50: Vorbis stream 1:
    Total data length: 3936411 bytes
    Playback length: 5m:07s
    Average bitrate: 102.555215 kbps
    2007-08-19 19:17:50: Logical stream 1 ended
    2007-08-19 19:17:50: Date Added: 1187450305
    2007-08-19 19:17:50: Adding /media/datahd/jukebox/ogg/The Chemical Brothers - Co
    me With Us/The Chemical Brothers - Come With Us - 08 - Denmark.ogg
    2007-08-19 19:17:50: Added file

    [/code]

    #12114
    rpedde
    Participant

    @emma_peel wrote:

    Oups, sorry, it is OK … for .ogg only. .flac are stil down.

    I had to re-scan the folder (mt-daapd -r).

    Here is the detail of the scan.

    Use r1586 from the nightlies page (http://nightlies.mt-daapd.org). 0.2.4 doesn’t do flac.

    — Ron

    #12115
    emma_peel
    Participant

    Thank you ron !

    So I have to upgrade to the famous nightlies versions … πŸ˜†

    #12116
    rpedde
    Participant

    @emma_peel wrote:

    Thank you ron !

    So I have to upgrade to the famous nightlies versions … πŸ˜†

    Or infamous, I’m not sure. πŸ™‚

    But yeah, that has the metatag reading and transcoding for ogg and flac.

Viewing 10 posts - 1 through 10 (of 10 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.