Earlier quoted context omitted.
Since HN likes technical analogies: why do you use a RDBMS instead of flat files? People don't care about how the files are stored, and they shouldn't need to. We've seen this in everything from music catalogs to file sharing to productivity software. We want content organized logically with metadata, tags, folders, lists and search that's completely removed from the physical location. Let the computers do what they'…
> We want content organized in a logical manner with tags, folders, lists and search that's completely removed from the physical location. The problem is that there's a lot of room for interpretation as to what is the best way to actually translate media metadata into an organizational scheme. Furthermore, the most appropriate interpretation is DIFFERENT depending on the type and/or genre of the music. Most metadata-…
Apple Plans End of iTunes
151–160 of 198 posts
Re: Apple Plans End of iTunes
#152Earlier quoted context omitted.
Since HN likes technical analogies: why do you use a RDBMS instead of flat files? People don't care about how the files are stored, and they shouldn't need to. We've seen this in everything from music catalogs to file sharing to productivity software. We want content organized logically with metadata, tags, folders, lists and search that's completely removed from the physical location. Let the computers do what they'…
> People don't care about how the files are stored, and they shouldn't need to. The second clause of this sentence is a pretty good software design value. The first part is overgeneralizing at best. Some people care very much about where in a folder/directory system their files are stores. I'm not just talking about HN audiences, I'm talking about actual people I've observed from personal acquaintances to real live u…
Most people are not concerned about files, they want music. Tracks, playlists, artists, albums, etc. That's how they think and interact, and this abstraction provides that rich interface. That's why it's so seamless to switch from iTunes to Spotify where everything is streaming, because the basic primitives are not files.
If you do want to handle the raw files then there's nothing stopping you, but it's definitely a tiny minority.
Re: Apple Plans End of iTunes
#153Earlier quoted context omitted.
It depends on the version, but you can really trick out iPods. I've got an iPod Video (5.5) with an iFlash Quad [1] (up to 4x micro SD cards) with a 2000mAh battery, running Rockbox [2] I also replaced the rear panel since I didn't need the beefy 80gb version, and also the lock / headphone jack so they were both solid black. Rockbox is excellent because it runs off of a basic folder structure, but also has a library…
Seems interesting, especially since I used to use Rockbox. But my iPod Classic/6G is in the Rockbox unstable category and has apparently been that way for 2 years. Bummer, I still use mine all the time. :(
Re: Apple Plans End of iTunes
#154Earlier quoted context omitted.
Why?
I work on cross platform design for a fortune 500. We keep our eye on this kind of thing. In conversation, the consensus among my peers was that the separation between iOS and OSX is destined to be impermanent. Phones are becoming more complex, and more integral to our every routine. But more significantly, they're raising a new generation of digital natives that have different expectations about UI and its scale, de…
Re: Apple Plans End of iTunes
#155Earlier quoted context omitted.
> an app which organises your music for you How do you figure? Itunes is completely unaware of most qualities of music, in fact nearly everything unattested in metadata.
I don't know how you manage your music, but when I use iTunes I just drop it on the icon and it gets filed away (organised) for me.
Re: Apple Plans End of iTunes
#156Earlier quoted context omitted.
Except that you need developers to build an ecosystem and Apple is currently alienating them in droves. developers developera developers as a wise man once said
I'm not seeing any decline in enthusiasm for iOS development, but maybe that's just me. In any case, you can develop fully featured projects for iPad on the web too, you don't even need a Mac for that, let alone an iPad.
Oh goody
Re: Apple Plans End of iTunes
#157Earlier quoted context omitted.
Since 10.4, the Finder has had Smart Folders for this. (I believe Windows got a similar feature in Vista.) Apple even bragged that it worked "Just like iTunes" when they introduced it. This geek doesn't understand why we need two nearly-identical systems. Once you make the more-general form, refactor the prototype to use it! Normal people wouldn't need to "use the filesystem" any more than they do with iTunes now. Ju…
Where are these smart folders in native Windows? The closest I see is a “saved searched” and this is really more obtuse than creating a playlist.
They are already used by Windows to provide the major Documents, Music, Pictures, Videos, etc. locations.
Re: Apple Plans End of iTunes
#158For a moment, I thought it sounded like a good plan.
Re: Apple Plans End of iTunes
#159This saves bandwidth when managing multiple devices, makes setting up a new device a whole lot faster (than waiting for apps to download), offers control on the app versions and also helps in cases when some developer removes an app from the store because they want customers to buy another app or a differently named one.
Re: Apple Plans End of iTunes
#160Earlier quoted context omitted.
You want normal people to use hard links? But iTunes didn’t “slurp up and rename files” unless you enabled the option for it to manage your underlying file.
> You want normal people to use hard links? You miss the point with this question. A media player managing playlists certainly can. Or it can manage m3u files. Or it can put them in an sqlite db. Or ... You posed as an intractable problem unless we adopt iTunes thinking.