Mein Blog zieht demnächst um. Auswirkungen für Besucher meiner Seite wird dies nicht haben.
Abonnenten meines RSS-Feeds müssten ihren Feedreader ggf. updaten. Der neue korrekte Feed ist unter http://www.ischack.net/?feed=rss2 zu erreichen.
Danke.
|
Mein Blog zieht demnächst um. Auswirkungen für Besucher meiner Seite wird dies nicht haben. Danke.
Sep
21
2009
Finally! Split iTunes Library across multiple HDDsGeschrieben von Sebastian in Apple, tags: .avi, .m4v, .mov, .mp4, convert, import, iTunes, itunes library, library, Mac, music, split, videosFor many weeks, if not months, I fought iTunes – and finally I one. And now that I know the trick, I’m more than embarrassed, that I didn’t come up with this weeks, if not months, earlier. I always thought that iTunes, even though it has many annoying flaws, is a great application to organize your stuff. Media files, that is. The same goes for movies and tv shows (if the video files are in the correct format, of course). 1. Folder Aliases come to mind and somehow work as long as one moves the files manually. 2. I tried soft and hard links on system level (I switched from Linux) but iTunes would simply ignore those and create another folder on the internal harddisk to store my video files in. 3. I mounted an external harddrive directly to /…/iTunes Media/Movies in the hope, that iTunes would put the movies there. Nope, wouldn’t work. 4. I tried adding the video files to the library the “old way” and then moved them manually to the external harddisk. Which would result in iTunes asking me where the file is when I tried to play it. I had to tell iTunes the new location and everything worked fine. Still, this is pretty annoying if you have a collection of several 100 video files. 5. I bought VideoDrive (about 15€, should be something around $20). A software that uses Quicktime7 to do the following magic trick: it leaves to original files untouched on the external harddisk and creates a little “reference file”, about 4 megs, for every video. In that reference file it stores the original location of the video and some metadata (”cover art”, name, synopsis, plot, … all fetched from amazon and/or IMDb). Than it gives those reference files for iTunes to import. iTunes does so willingly. The result: you have your video files in iTunes, without having the actual video files on the same harddisk. 6. The creators of VideoDrive thought about this and gave their software the import method called “Copy videos in a compatible container” which results in two things: the reference files from above and a conversion of all your video files into .mov container files. Well, today, I had a major breakthrough! Select all those video files, hold down the option key (until the end of the trick) and drag all the selected files over to iTunes with the mouse. Done. See? That was easy, wasn’t it?
Sep
21
2009
Missin iPhone feature: Tell me, who’s calling me!Geschrieben von Sebastian in Apple, iPhone, tags: alex, call, iPhone, name, phone, ringtoneThere’s one thing that really annoys me. I carry my iPhone around in a trouser pocket, with the ear buds in my ears 90% of the time. Of course, I could apply an unique ring tone to (at least) my most important contacts. On the other hand: that would become quite confusing. Ah, next idea: I could RECORD an unique ringtone for all of my contacts. That way, instead of playing the intro of “Beat it”, the iPhone would simply shout out “Jessica calling… Jessica calling… Jessica calling… Jessica calling…” whenever she calls. Next: Why not let Alex (Apple’s most advanced computer voice) handle the job? Well then… here’s another idea: let the user record the callers’ names! And whenever Thomas-Andrew Michaels-Yates calls, play back my recording of “Tommy”. Well, at least whenever he’s calling and I have the headphones plugged in.
Sep
19
2009
Installing Linux (Debian) on a Sun Fire v100Geschrieben von Sebastian in Linux, tags: debian, installation, Linux, network, sun fire v100, sund netraJust recently I became the proud owner of a Sun Fire v100 which now will replace my good ol’ Sun Netra as my personal playground. The solution: I was right. Debian really loads the “wrong” drivers. Well, they are the correct drivers, actually, but they don’t work – and, as I learned from a colleague, never really worked. 1. modprobe tulip Now you’re almost done. “ifdown eth0 && ifup eth0″ should give you a network connection. In some cases, however, -and sure enough mine was one of these- you also have to rebuild the initramfs. So if your Sun Fire v100, after a reboot, again has no network available, you should probably do an “update-initramfs -u -v” and check that it does NOT include dmfe BUT tulip instead. |