Dashboard
>
Public Content
>
Home
>
Slimserver
Public Content
Log In
Slimserver
Browse Space
View
I
nfo
Added by
James Richardson
, last edited by
James Richardson
on Apr 09, 2007 (
view change
)
Labels:
(None)
Add Labels
Enter labels to add to this page:
Tip:
Looking for a label? Just start typing.
All this if for Slimserver running on Ubuntu
Connecting to your slimserver's database
su to slimserver
mysql -S /var/cache/slimserver/slimserver-mysql.sock
Finding duplicate mp3's
create temporary table dups as select title from tracks group by title having count(*) > 1; select t.id, a.title, t.title, t.url from tracks t, albums a, dups d where t.title = d.title and a.id = t.album order by t.title;
Add Comment
Powered by
Atlassian Confluence
, the
Enterprise Wiki
. (Version: 2.5.1 Build:#806 May 06, 2007) -
Bug/feature request
-
Contact Administrators