This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| music_management [2026/05/18 22:46] – [Playback] qlyoung | music_management [2026/05/19 03:37] (current) – [Phone] simplify qlyoung | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| That way the artist gets money for making art and you pay once to own a copy of it instead of renting temporary access. | That way the artist gets money for making art and you pay once to own a copy of it instead of renting temporary access. | ||
| - | Streaming is good for the first two steps. Finding new music is hard, and you have to listen to it a few times at different times, since it might only hit in a certain mood. Starting from music you already like and letting the recommender algorithm drive discovery is a good way to find new music. After that though, I prefer to pay the artist for their work instead of paying rent, and prefer to download the data once rather than download it every time I want to listen to music. Bandwidth is a limited resource! | + | Streaming is good for the first two steps. Finding new music is hard, and you have to listen to it a few times at different times, since it might only hit in a certain mood. Starting from music you already like and letting the recommender algorithm drive discovery is a good way to find new music. After that though, I prefer to pay the artist for their work instead of paying rent, and prefer to download the data once rather than every time I want to listen to it. Bandwidth is a limited resource! |
| One of the benefits of owning music is that you can put it on whatever device you want and use whatever program you prefer to play it. However, if you have multiple devices then getting your music collection available on all of them becomes an exercise in file management. Music also has its own inherent taxonomical structure (artist, album, label etc) that benefits from specific treatment in terms of organization. This article roughly depicts how I do all that. | One of the benefits of owning music is that you can put it on whatever device you want and use whatever program you prefer to play it. However, if you have multiple devices then getting your music collection available on all of them becomes an exercise in file management. Music also has its own inherent taxonomical structure (artist, album, label etc) that benefits from specific treatment in terms of organization. This article roughly depicts how I do all that. | ||
| Line 18: | Line 18: | ||
| < | < | ||
| - | flowchart | + | flowchart |
| Source -.-> |download| beet[" | Source -.-> |download| beet[" | ||
| beet --> laptop((" | beet --> laptop((" | ||
| Line 27: | Line 27: | ||
| W -.-> |tunefusion| phone((" | W -.-> |tunefusion| phone((" | ||
| + | W ~~~ phone | ||
| click phone " | click phone " | ||
| Line 51: | Line 52: | ||
| - the concept of a filesystem that is shared between apps does not exist on iOS | - the concept of a filesystem that is shared between apps does not exist on iOS | ||
| - | Regarding backgrounding, | + | Regarding backgrounding, |
| - | Even if a sync program was viable on iOS, we would hit another blocker. iOS does not have the concept of a shared filesystem. Apps are only able to write to their own sandboxed filesystems. Consequently any files downloaded by a sync app would not be accessible by a music player app. | + | Even if a sync program was viable on iOS, we would hit another blocker. iOS does not have the concept of a shared filesystem. Apps may only write to their sandboxed filesystems. Consequently any files downloaded by a sync app would not be accessible by a music player app. |
| The upshot is that to solve this problem you need a music playback app that also has its own syncing service built in. Obviously this is [[https:// | The upshot is that to solve this problem you need a music playback app that also has its own syncing service built in. Obviously this is [[https:// | ||
| - | I can already hear you saying, "why don't you [[just]] | + | I can already hear you saying, "why don't you [[just]] |
| Anyway, as luck would have it, the [[https:// | Anyway, as luck would have it, the [[https:// | ||
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International