Ferry (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Ok so only the songs who are filed in the folder Music (all) get listed. Songs that i file in content will not?
Music (All) is a meta-category. It's not a real category like the ones you create by hand, but only a list of all tracks with type S. By default each track you add is type S unless you add it under a different content group (i.e. Jingles (All) is the meta-category for type J and every category you create within there will also automatically assign type J to it's tracks)
Check this screenshot for example:
(!empty($user->lang['ATTACHMENT'])) ? $user->lang['ATTACHMENT'] : ucwords(strtolower(str_replace('_', ' ', 'ATTACHMENT'))):
samscreenshot.png [ 10.8 KiB | Viewed 3911 times ]
As you can see my Rock => Metal folders are living inside the Music folder. That means every track I add to any of these folders will automatically have type S.
While you can see Disturbed - Remember in my Metal folder, you won't see it in the Alternative folder.
The Avril Lavigne - Sk8er Boi track from the Alternative folder isn't visible in the Metal folder.
Both of these tracks will be visible in the Music (All) folder, just because they are type S.
If I add a third track Die Ärzte - Hurra! in the Playlist / Tracks folder right at the top of the library screen, it will also show up in Music (All), but not in any of the other folders discussed so far, simply because the default songtype is S.
Each of your tracks is visible in only one ... (All) folder at a time, but every track will be visible in one of the ... (All) folders. Therefore these folders are a great way to look for duplicates.
Ferry (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
Ok but do you know why it gives this error sometimes on the local IP? It seems that when i did not refresh the request page for sometime it gives this error. When i refresh the playlist in the browser it works again.
If the JS code at the top of the source has the local IP in it, it will use the local IP in the audiorealm popup address and therefore fail. The AudioRealm server will try to find a machine with that IP and port 1221 in it's local network, but will most likely fail to do so, because your computer is not in the same local network as the AudioRealm server. (Unless of course you're actually the System Administrator for Spacial and decided to run your SAM computer on the machine next to the AudioRealm server)