Check Out Our Shop
Results 1 to 9 of 9

Thread: FLAC files

  1. #1
    Join Date
    May 2005
    Posts
    5,516

    FLAC files

    how do I get FLAC files to play in my itunes?

    TIA

  2. #2
    Join Date
    Mar 2006
    Location
    The bottom of LCC
    Posts
    5,749
    I was playing with this last week as well. I didn't put in alot of time but I couldn't get it to work.

    I installed this but couldn't get it working:
    http://barelyfocused.net/blog/2006/1...unesquicktime/

    I'll probably just end up converting them to mp3 but I'm curious if anyone else has this working.

  3. #3
    Join Date
    May 2005
    Posts
    5,516
    Native FLAC in iTunes/QuickTime

    I feel a bit guilty about not publishing this before. But, you know, it was kind-of working, I had some time so I thought I’d re-write it in a way similar to OggImporter. Then I stopped having time. Thus, I accept those e-mails asking about native FLAC support as a deserved punishment.
    The FLACImporter.component I’m writing about is actually a slightly modified importer component from Damien Drix’s QuickTime FLAC Plugin. Basically I removed the decoder part (which stopped working properly in QuickTime 7), changed codec IDs to match those found in XiphQT and made a Universal build. As it is, it parses and imports native FLAC files and then the decoding part is done by CAFLAC component, part of XiphQT.
    You can find the binary files and source patch here. But read on, because it’s not all that rosy…
    The component used to work when I first played with it, and it still does - in QuickTime Player (and a number of other QuickTime-based apps) that is. It doesn’t have all the functionality of the OggImporter, and performance could be better, too. But it works, it plays the FLAC files.
    But… you guessed it right: iTunes. iTunes is something else. On my machine iTunes plays native FLAC files fine, yes, but they need to be in iTunes Library already. That is - it won’t (easily) accept new files with the .flac extension.
    During my tests I discovered, however, that iTunes will accept .flac files if you set their FSTypeCode to something popular and openable with QuickTime, like ‘MooV’ (original FSType of .mov QuickTime Movie files) or… ‘OggS’! Which is the FSType used by OggImporter component to denote .ogg files. And that’s quite an intriguing discovery, since both components use nearly perfectly identical steps to register with the OS! How come?! To test, I created a copy of OggImporter that only uses different FSType and file extensions - and it doesn’t work. So, how’s that? Does iTunes have the ‘.ogg’ and ‘OggS’ hardcoded somewhere? Is my machine’s OS going slightly crazy? Am I missing something? I’ll try to investigate that…
    But for now, the summary. The FLACImporter should work in QuickTime (you’ll need the XiphQT package, as well). It should work in iTunes, but there may be problems with adding .flac files to your library. If you can’t add them, and don’t mind a bit of cheating, you can set the FSType of you FLAC files to ‘OggS’ (or ‘MooV’, but ‘OggS’ should work). You can set it with SetFile tool from the developer packages (/Developer/Tools/SetFile). On the FLACImporter page you can also find a simple python script I wrote that should work on a machine without dev packages installed. Setting slightly-not-true FSType should be harmless and is reversible (set FSType to 0). In case I/someone finds a better solution…
    Note on the Intel part of the binary: it’s untested. Let me know if doesn’t work. No Win32 binaries either, since I don’t have a machine to compile it at the moment.
    So, is it working for you? How about the strange iTunes behaviour - anybody able to shed some light on the puzzle?
    Yeah. Homey no speak that language. I like 'click[ing] here to install.'

  4. #4
    Join Date
    Apr 2006
    Location
    New Zealand
    Posts
    97
    dont use itunes if you want to play flacs.

    use foobar2000 or winamp

  5. #5
    Join Date
    Mar 2006
    Location
    The bottom of LCC
    Posts
    5,749
    Quote Originally Posted by Pope Benedict XVI View Post
    Yeah. Homey no speak that language. I like 'click[ing] here to install.'
    I don't think you are going to find a solution that easy. If you do please let us know.

  6. #6
    Join Date
    May 2005
    Posts
    5,516
    Well, I just rubbed some dirt on the back of my monitor and rebooted, and that didn't work.

  7. #7
    Join Date
    Mar 2006
    Location
    The bottom of LCC
    Posts
    5,749
    I'm trying to figure out how that might help. You thought that bringing out the inner hippie in your monitor might get your computer to play the phish songs that you downloaded?

  8. #8
    Join Date
    May 2005
    Posts
    5,516
    that's how I used to get my lawnmower to start.

    And it was Phil and Trey, not Phish.

  9. #9
    Join Date
    Jan 2006
    Location
    Iron Range
    Posts
    4,965
    Have you tried VLC?

Similar Threads

  1. deleting files that won't delete
    By XtrPickels in forum Tech Talk
    Replies: 18
    Last Post: 12-15-2010, 01:53 PM
  2. etree.org downloads.- Paging phUnk
    By powwrangler in forum Tech Talk
    Replies: 6
    Last Post: 06-05-2005, 09:39 PM
  3. Anyone familiar with pc dbx files?
    By splat in forum TGR Forum Archives
    Replies: 3
    Last Post: 04-23-2004, 11:01 PM
  4. (NSR) NNnEERRDS! How to transfer large amounts of files between PCs?
    By Superstar Punani in forum TGR Forum Archives
    Replies: 17
    Last Post: 12-30-2003, 04:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •