diff --git a/amarok/src/amarok.h b/amarok/src/amarok.h index 18a52f10..be527630 100644 --- a/amarok/src/amarok.h +++ b/amarok/src/amarok.h @@ -116,7 +116,7 @@ namespace Amarok }; /** - * For saving files to ~/.kde/share/apps/amarok/directory + * For saving files to ~/.trinity/share/apps/amarok/directory * @param directory will be created if not existing, you MUST end the string * with '/' */ diff --git a/amarok/src/mountpointmanager.h b/amarok/src/mountpointmanager.h index ed3c5794..1f22a56f 100644 --- a/amarok/src/mountpointmanager.h +++ b/amarok/src/mountpointmanager.h @@ -77,7 +77,7 @@ public: /** * returns the type of the DeviceHandler. Should be the same as the value used in - * ~/.kde/share/config/amarokrc + * ~/.trinity/share/config/amarokrc * @return a TQString describing the type of the DeviceHandler */ virtual TQString type() const = 0; @@ -99,7 +99,7 @@ public: /** * returns the type of the DeviceHandler. Should be the same as the value used in - * ~/.kde/share/config/amarokrc + * ~/.trinity/share/config/amarokrc * @return a TQString describing the type of the DeviceHandler */ virtual TQString type() const = 0; diff --git a/amarok/src/scripts/amarok_live/amarok.live.remaster.part1.sh b/amarok/src/scripts/amarok_live/amarok.live.remaster.part1.sh index cf79134d..bfbd16a7 100644 --- a/amarok/src/scripts/amarok_live/amarok.live.remaster.part1.sh +++ b/amarok/src/scripts/amarok_live/amarok.live.remaster.part1.sh @@ -135,11 +135,11 @@ cp -a $WORK/amarok.livecd/* $WORK/amarok.live/ umount $WORK/amarok.livecd/ rmdir $WORK/amarok.livecd -mkdir $WORK/amarok.live/home/amarok/.kde/share/apps/amarok/playlists -chown 500:500 $WORK/amarok.live/home/amarok/.kde/share/apps/amarok/playlists -find $WORK/amarok.live/home/amarok/.kde/share/apps/ -type d -print0 | xargs -0 chmod +x +mkdir $WORK/amarok.live/home/amarok/.trinity/share/apps/amarok/playlists +chown 500:500 $WORK/amarok.live/home/amarok/.trinity/share/apps/amarok/playlists +find $WORK/amarok.live/home/amarok/.trinity/share/apps/ -type d -print0 | xargs -0 chmod +x chmod -R 777 $WORK/amarok.live/music/ -chmod -R 777 $WORK/amarok.live/home/amarok/.kde/share/apps/amarok +chmod -R 777 $WORK/amarok.live/home/amarok/.trinity/share/apps/amarok #chmod -R 777 $WORK/mklivecd/ dcop --all-users amarok playlist popupMessage "Copying done. To add music to the Amarok livecd, select the tracks you wish to add in the playlist, and select \"Add to livecd\" from the right click menu. Please do not add more than about 380 mb, as then the resulting ISO will be too large to fit on a CD-ROM. Once you are done, select Create Remastered CD. Enjoy!" diff --git a/amarok/src/scripts/amarok_live/amarok_live.py b/amarok/src/scripts/amarok_live/amarok_live.py index 0aec5623..f482b490 100755 --- a/amarok/src/scripts/amarok_live/amarok_live.py +++ b/amarok/src/scripts/amarok_live/amarok_live.py @@ -268,7 +268,7 @@ class Remasterer( QApplication ): self.dia = ConfigDialog() path, iso = self.dia.readConfig() - os.system("rm -rf %s/amarok.live/music/* %s/amarok.live/playlist/* %s/amarok.live/home/amarok/.kde/share/apps/amarok/current.xml" % (path, path, path)) + os.system("rm -rf %s/amarok.live/music/* %s/amarok.live/playlist/* %s/amarok.live/home/amarok/.trinity/share/apps/amarok/current.xml" % (path, path, path)) def onSignal( self, signum, stackframe ): stop() @@ -326,7 +326,7 @@ class Remasterer( QApplication ): import random suffix = random.randint(0,10000) -# os.system("mkdir %s/amarok.live/home/amarok/.kde/share/apps/amarok/playlists/" % path) +# os.system("mkdir %s/amarok.live/home/amarok/.trinity/share/apps/amarok/playlists/" % path) m3uOut = open("/tmp/amarok.live.%s.m3u" % suffix, 'w') m3u = m3u.strip() diff --git a/amarok/src/scripts/databasescripts/backupDatabase.rb b/amarok/src/scripts/databasescripts/backupDatabase.rb index f8129a00..03d79757 100644 --- a/amarok/src/scripts/databasescripts/backupDatabase.rb +++ b/amarok/src/scripts/databasescripts/backupDatabase.rb @@ -56,7 +56,7 @@ case database filename = getFilename( filename ) dest = destination + "/" + filename puts dest - `cp ~/.kde/share/apps/amarok/collection.db #{dest}` + `cp ~/.trinity/share/apps/amarok/collection.db #{dest}` when "1" # mysql filename = "amarokdb.mysql" diff --git a/amarok/src/scripts/embedcover/embedcover.rb b/amarok/src/scripts/embedcover/embedcover.rb index 88f11696..ba18f90f 100755 --- a/amarok/src/scripts/embedcover/embedcover.rb +++ b/amarok/src/scripts/embedcover/embedcover.rb @@ -74,7 +74,7 @@ loop do end md5sum = MD5.hexdigest( "#{artist.downcase()}#{album.downcase()}" ) - imagefolder = "#{ENV['HOME']}/.kde/share/apps/amarok/albumcovers/large/" + imagefolder = "#{ENV['HOME']}/.trinity/share/apps/amarok/albumcovers/large/" image = "#{imagefolder}#{md5sum}" puts( "Imagepath: #{image}" ) diff --git a/amarok/src/scripts/playlist2html/Playlist.py b/amarok/src/scripts/playlist2html/Playlist.py index cd0e747c..fad92173 100644 --- a/amarok/src/scripts/playlist2html/Playlist.py +++ b/amarok/src/scripts/playlist2html/Playlist.py @@ -6,7 +6,7 @@ from xml.dom import minidom # the current.xml file -PLAYLISTFILE = "%s/.kde/share/apps/amarok/current.xml"%(user.home) +PLAYLISTFILE = "%s/.trinity/share/apps/amarok/current.xml"%(user.home) # the fields to be shown via http FIELDS = ("Artist", "Title", "Album", "Track", "Length", "Genre", "Score" ) diff --git a/amarok/src/scripts/webcontrol/Playlist.py b/amarok/src/scripts/webcontrol/Playlist.py index b26a8f8d..e2d888c6 100644 --- a/amarok/src/scripts/webcontrol/Playlist.py +++ b/amarok/src/scripts/webcontrol/Playlist.py @@ -18,7 +18,7 @@ import string import Globals # the current.xml file -PLAYLISTFILE = "%s/.kde/share/apps/amarok/current.xml"%(user.home) +PLAYLISTFILE = "%s/.trinity/share/apps/amarok/current.xml"%(user.home) # the fields to be shown via http FIELDS = ("TrackNo", "Title", "Artist", "Album", "Length", "Rating") diff --git a/doc/amarok/config.docbook b/doc/amarok/config.docbook index 48f67b1d..5a43ce7d 100644 --- a/doc/amarok/config.docbook +++ b/doc/amarok/config.docbook @@ -24,7 +24,7 @@ or by selecting Settings Configure & Show player window (like XMMS): Turns on the XMMS-like Player Window. When un-checked, only the Playlist Window, which resembles a display mode similar to the Juk interface, is shown. Use Moodbar: only visible when &amarok; is compiled with moodbar support. This turns on the experimental moodbar support. Make Moodier: only visible when &amarok; is compiled with moodbar support. It changes the color scheme used for the moodbar. -Store Mood data files with music: only visible when &amarok; is compiled with moodbar support. When enabled, this option allows saving of .mood files in the same location as the corresponding audio file. When disabled, the .mood files are saved within the &amarok; settings directory; usually ~/.kde/share/apps/amarok/moodbar/. +Store Mood data files with music: only visible when &amarok; is compiled with moodbar support. When enabled, this option allows saving of .mood files in the same location as the corresponding audio file. When disabled, the .mood files are saved within the &amarok; settings directory; usually ~/.trinity/share/apps/amarok/moodbar/. Default size of cover previews: allows adjusting the size of the album cover image in the Context Browser. External web browser: allows choosing what &amarok; uses to open external links via a drop-down menu listing the installed browsers. Use another browser: allows you to specify the location to a browser not listed in the above menu. diff --git a/doc/amarok/faq.docbook b/doc/amarok/faq.docbook index 8c6c11d3..f3db2b99 100644 --- a/doc/amarok/faq.docbook +++ b/doc/amarok/faq.docbook @@ -53,7 +53,7 @@ -It's likely that one file in your Collection triggers a bug in the TagLib library, and makes &amarok; crash. You can identify this file by looking at ~/.kde/share/apps/amarok/collection_scan.log. You should report this crash to the TagLib bug database on bugs.kde.org and attach the broken file. Afterward you can remove the file from your Collection and repeat the scanning. +It's likely that one file in your Collection triggers a bug in the TagLib library, and makes &amarok; crash. You can identify this file by looking at ~/.trinity/share/apps/amarok/collection_scan.log. You should report this crash to the TagLib bug database on bugs.kde.org and attach the broken file. Afterward you can remove the file from your Collection and repeat the scanning. @@ -608,8 +608,8 @@ Tray icon is also a song position indicator. -~/.kde/share/apps/amarok -~/.kde/share/config/amarokrc +~/.trinity/share/apps/amarok +~/.trinity/share/config/amarokrc @@ -653,7 +653,7 @@ Tray icon is also a song position indicator. -The internal SQLite database which &amarok; uses by default does not work on NFS. You must either link your ~/.kde/share/apps/amarok directory to a local drive, or use the MySQL support. +The internal SQLite database which &amarok; uses by default does not work on NFS. You must either link your ~/.trinity/share/apps/amarok directory to a local drive, or use the MySQL support. diff --git a/doc/da/config.docbook b/doc/da/config.docbook index b7575ecd..1ad39ffe 100644 --- a/doc/da/config.docbook +++ b/doc/da/config.docbook @@ -80,7 +80,7 @@ >-filer på samme sted som tilsvarende lydfil. Når dette er deaktiveret, opbevares .mood-filerne inde i &amarok;s indstillingsmappe, oftest ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Det er sandsynligt at en fil i din samling udløser en fejl i biblioteket TagLib, og det får &amarok; til at bryde sammen. Du kan identificere filen ved at kigge i ~/.kde/share/apps/amarok/collection_scan.log. Du bør rapportere sammenbruddet til fejldatabasen for TagLib på Det er sandsynligt at en fil i din samling udløser en fejl i biblioteket TagLib, og det får &amarok; til at bryde sammen. Du kan identificere filen ved at kigge i ~/.trinity/share/apps/amarok/collection_scan.log. Du bør rapportere sammenbruddet til fejldatabasen for TagLib på bugs.kde.org og vedføje den fejlagtige fil. Derefter kan du fjerne filen fra din samling og gentage søgningen. @@ -813,7 +813,7 @@ print "Fejl ved skrivning af mærket til $ARGV[0]\n" unless $mp3->set_v2tag($v2t ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -866,7 +866,7 @@ print "Fejl ved skrivning af mærket til $ARGV[0]\n" unless $mp3->set_v2tag($v2t Den interne databasen SQLite som &amarok; normalt bruger fungerer ikke med NFS. Du skal enten lave et link til en lokal enhed for mappen ~/.kde/share/apps/amarok, eller bruge understøttelse for MySQL. +>Den interne databasen SQLite som &amarok; normalt bruger fungerer ikke med NFS. Du skal enten lave et link til en lokal enhed for mappen ~/.trinity/share/apps/amarok, eller bruge understøttelse for MySQL. diff --git a/doc/de/config.docbook b/doc/de/config.docbook index c1565c68..215acec6 100644 --- a/doc/de/config.docbook +++ b/doc/de/config.docbook @@ -80,7 +80,7 @@ >-Dateien am Speicherort der entsprechenden Musikdateien abgelegt. Ansonsten werden die .mood-Dateien im Einstellungen-Ordner von &amarok; gespeichert (normalerweise ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/). Wahrscheinlich bringt eine Ihrer Dateien einen Fehler in der TagLib-Bibliothek zu Tage. Sie können die Datei ausfindig machen, indem Sie in ~/.kde/share/apps/amarok/collection_scan.log nachsehen. Bitte berichten Sie diesen Fehler an die TagLib-Entwickler unter Wahrscheinlich bringt eine Ihrer Dateien einen Fehler in der TagLib-Bibliothek zu Tage. Sie können die Datei ausfindig machen, indem Sie in ~/.trinity/share/apps/amarok/collection_scan.log nachsehen. Bitte berichten Sie diesen Fehler an die TagLib-Entwickler unter bugs.kde.org und hängen Sie auch die kaputte Datei an, die den Absturz verursacht hat. Danach können Sie die Datei löschen und die Sammlung erneut erstellen lassen. @@ -817,7 +817,7 @@ print "Fehler beim Schreiben der Tags von $ARGV[0]\n" unless $mp3->set_v2tag($v2 ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -870,7 +870,7 @@ print "Fehler beim Schreiben der Tags von $ARGV[0]\n" unless $mp3->set_v2tag($v2 Die interne SQLite-Datenbank von &amarok; funktioniert nicht mit NFS. Entweder müssen Sie ~/.kde/share/apps/amarok auf ein lokales Laufwerk verlinken, oder benutzen Sie amaroKs MySQL-Unterstützung. +>Die interne SQLite-Datenbank von &amarok; funktioniert nicht mit NFS. Entweder müssen Sie ~/.trinity/share/apps/amarok auf ein lokales Laufwerk verlinken, oder benutzen Sie amaroKs MySQL-Unterstützung. diff --git a/doc/es/config.docbook b/doc/es/config.docbook index 0b3d6c5a..16d653c5 100644 --- a/doc/es/config.docbook +++ b/doc/es/config.docbook @@ -80,7 +80,7 @@ > en la misma ubicación que el archivo de audio. Cuando está desactivada, los archivos .mood se guardarán en el directorio de configuración de &amarok;, generalmente ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Es probable que un archivo de su colección provoque un fallo en la biblioteca TagLib, y haga que &amarok; se cuelgue. Puede identificar este archivo echando un vistazo a ~/.kde/share/apps/amarok/collection_scan.log. Debería informar de este cuelgue como un fallo de la base de datos de TagLib en Es probable que un archivo de su colección provoque un fallo en la biblioteca TagLib, y haga que &amarok; se cuelgue. Puede identificar este archivo echando un vistazo a ~/.trinity/share/apps/amarok/collection_scan.log. Debería informar de este cuelgue como un fallo de la base de datos de TagLib en bugs.kde.org y asociar el archivo corrompido. Después puede eliminar el archivo de su colección y repetir la exploración. @@ -795,7 +795,7 @@ print "Error al escribir las etiquetas de $ARGV[0]\n" unless $mp3->set_v2tag($v2 ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -848,7 +848,7 @@ print "Error al escribir las etiquetas de $ARGV[0]\n" unless $mp3->set_v2tag($v2 La base de datos SQLite que utiliza &amarok; de forma predeterminada no funciona en NFS. Debe enlazar su directorio ~/.kde/share/apps/amarok en una unidad local, o utilizar el soporte MySQL. +>La base de datos SQLite que utiliza &amarok; de forma predeterminada no funciona en NFS. Debe enlazar su directorio ~/.trinity/share/apps/amarok en una unidad local, o utilizar el soporte MySQL. diff --git a/doc/et/config.docbook b/doc/et/config.docbook index 8872c543..171ad303 100644 --- a/doc/et/config.docbook +++ b/doc/et/config.docbook @@ -80,7 +80,7 @@ > vastava helifailiga samasse asukohta. Kui see pole sisse lülitatud, salvestada .mood-failid &amarok;i seadistustekataloogi, milleks tavaliselt on ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Tõenäoliselt käivitab teatud muusikakogu fail mingi vea teegis TagLib, mis toobki kaasa &amarok;i krahhi. Selle faili saab üle leida logifaili ~/.kde/share/apps/amarok/collection_scan.log uurides. Krahhist tuleks teada anda TabLibi vigade andmebaasi aadressil Tõenäoliselt käivitab teatud muusikakogu fail mingi vea teegis TagLib, mis toobki kaasa &amarok;i krahhi. Selle faili saab üle leida logifaili ~/.trinity/share/apps/amarok/collection_scan.log uurides. Krahhist tuleks teada anda TabLibi vigade andmebaasi aadressil bugs.kde.org ning lisaks veateatele tuleks kaasa panna ka vea tekitanud fail. Seejärel võid proovida antud faili muusikakogust eemaldada ja kogu taas läbi uurida lasta. @@ -795,7 +795,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -848,7 +848,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 Seesmine SQLite'i andmebaas, mida &amarok; vaikimisi kasutab, ei tööta NFS-i korral. Sul tuleb kas linkida oma kataloog ~/.kde/share/apps/amarok kohaliku kettaga või kasutada MySQL-i tuge. +>Seesmine SQLite'i andmebaas, mida &amarok; vaikimisi kasutab, ei tööta NFS-i korral. Sul tuleb kas linkida oma kataloog ~/.trinity/share/apps/amarok kohaliku kettaga või kasutada MySQL-i tuge. diff --git a/doc/fr/advanced.docbook b/doc/fr/advanced.docbook index d17dc1f7..1084d2ac 100644 --- a/doc/fr/advanced.docbook +++ b/doc/fr/advanced.docbook @@ -706,7 +706,7 @@ La fonction saveCurrentPlaylist enregistre la liste de lecture sous ~/.kde/share/apps/amarok/current.xml. +> enregistre la liste de lecture sous ~/.trinity/share/apps/amarok/current.xml. diff --git a/doc/fr/config.docbook b/doc/fr/config.docbook index 26ec051f..69ed60ac 100644 --- a/doc/fr/config.docbook +++ b/doc/fr/config.docbook @@ -80,7 +80,7 @@ > au même endroit que les fichiers audios correspondants. Lorsqu'elle est désactivée, les fichiers .mood sont enregistrés dans le dossier de configuration d'&amarok; ; habituellement ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Il est probable qu'un des fichiers de votre collection déclenche un bogue dans la librairie TagLib, et fasse planter &amarok;. Vous pouvez identifier ce fichier en regardant dans ~/.kde/share/apps/amarok/collection_scan.log. Vous pouvez rapporter ce bogue à la librairie TagLib sur Il est probable qu'un des fichiers de votre collection déclenche un bogue dans la librairie TagLib, et fasse planter &amarok;. Vous pouvez identifier ce fichier en regardant dans ~/.trinity/share/apps/amarok/collection_scan.log. Vous pouvez rapporter ce bogue à la librairie TagLib sur bugs.kde.org et joindre le fichier qui cause l'erreur. Vous pouvez ensuite retirer le fichier de votre collection. @@ -853,7 +853,7 @@ print "Erreur a l'écriture des balises de $ARGV[0]\n" unless $mp3->set_v2tag($v ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -906,7 +906,7 @@ print "Erreur a l'écriture des balises de $ARGV[0]\n" unless $mp3->set_v2tag($v La base de données interne SQLite qu'&amarok; utilise par défaut ne fonctionne pas avec NFS. Vous devez soit créer un lien de ~/.kde/share/apps/amarok vers un disque local, soit utiliser MySQL. +>La base de données interne SQLite qu'&amarok; utilise par défaut ne fonctionne pas avec NFS. Vous devez soit créer un lien de ~/.trinity/share/apps/amarok vers un disque local, soit utiliser MySQL. diff --git a/doc/it/config.docbook b/doc/it/config.docbook index e9e70af2..4e609b66 100644 --- a/doc/it/config.docbook +++ b/doc/it/config.docbook @@ -80,7 +80,7 @@ > nella stessa posizione del corrispondente file audio. Se disabilitata, i file .mood sono salvati nella cartella delle impostazioni di &amarok;; di solito ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. È probabile che un file nella collezione causi un errore nella libreria TagLib e faccia arrestare &amarok;. Si può identificare questo file guardando ~/.kde/share/apps/amarok/collection_scan.log. Bisognerebbe segnalare questo crash al database di bug di TagLib su È probabile che un file nella collezione causi un errore nella libreria TagLib e faccia arrestare &amarok;. Si può identificare questo file guardando ~/.trinity/share/apps/amarok/collection_scan.log. Bisognerebbe segnalare questo crash al database di bug di TagLib su bugs.kde.org ed allegare il file in questione. In seguito si può rimuovere il file dalla collezione e ripetere la scansione. @@ -797,7 +797,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -850,7 +850,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 Il database interno SQLite che &amarok; usa automaticamente non lavora in NFS. Bisogna collegare la cartella ~/.kde/share/apps/amarok ad un disco locale, oppure usare il supporto MySQL. +>Il database interno SQLite che &amarok; usa automaticamente non lavora in NFS. Bisogna collegare la cartella ~/.trinity/share/apps/amarok ad un disco locale, oppure usare il supporto MySQL. diff --git a/doc/nl/config.docbook b/doc/nl/config.docbook index 23ea3c05..81f2dd3b 100644 --- a/doc/nl/config.docbook +++ b/doc/nl/config.docbook @@ -80,7 +80,7 @@ > worden opgeslagen in de map van het overeenkomende audiobestand. Wanneer uitgeschakeld worden de .mood-bestanden opgeslagen in de instellingenmap van &amarok;, dit is gebruikelijk de map ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Het is zeer waarschijnlijk dat uw collectie een fout in de taglib-bibliotheek tegenkomt, waardoor &amarok; crasht. U kunt dit bestand achterhalen door te zoeken in het bestand ~/.kde/share/apps/amarok/collection_scan.log. Meldt deze crash aan de Taglib-bugdatabase op Het is zeer waarschijnlijk dat uw collectie een fout in de taglib-bibliotheek tegenkomt, waardoor &amarok; crasht. U kunt dit bestand achterhalen door te zoeken in het bestand ~/.trinity/share/apps/amarok/collection_scan.log. Meldt deze crash aan de Taglib-bugdatabase op bugs.kde.org en voeg het beschadigde bestand bij. Naderhand kunt u het bestand uit uw collectie verwijderen en het scannen herhalen. @@ -823,7 +823,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -876,7 +876,7 @@ print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8 De internet SQLite-database die &amarok; standaard gebruikt werkt niet over NFS. Maak een symbolische koppeling van de map ~/.kde/share/apps/amarok naar een lokaal station, of gebruik MySQL. +>De internet SQLite-database die &amarok; standaard gebruikt werkt niet over NFS. Maak een symbolische koppeling van de map ~/.trinity/share/apps/amarok naar een lokaal station, of gebruik MySQL. diff --git a/doc/pl/config.docbook b/doc/pl/config.docbook index 1294a18e..2254a147 100644 --- a/doc/pl/config.docbook +++ b/doc/pl/config.docbook @@ -80,7 +80,7 @@ > w lokalizacji odpowiadającego plikowi dźwiękowemu. Jeżeli jest wyłączone, pliki .mood są zapisywane w katalogu ustawień &amarok-dopelniacz;; zazwyczaj ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Prawdopodobnie jeden z Twoich plików muzycznych powoduje wystąpienie błędu w bibliotece TagLib, co znowu powoduje awarię &amarok-dopelniacz;. Możesz zidentyfikować feralny plik, zaglądając do ~/.kde/share/apps/amarok/collection_scan.log. Powinieneś zgłosić błąd w TagLib, można to zrobić na stronie Prawdopodobnie jeden z Twoich plików muzycznych powoduje wystąpienie błędu w bibliotece TagLib, co znowu powoduje awarię &amarok-dopelniacz;. Możesz zidentyfikować feralny plik, zaglądając do ~/.trinity/share/apps/amarok/collection_scan.log. Powinieneś zgłosić błąd w TagLib, można to zrobić na stronie bugs.kde.org. Nie zapomnij wysłać pliku muzycznego, który powoduje wystąpienie błędu. Zanim błąd zostanie naprawiony, przenieś ów plik w miejsce, które nie jest skanowane przy tworzeniu Kolekcji. @@ -795,7 +795,7 @@ print "Błąd podczas zapisywania znaczników do pliku $ARGV[0]\n" unless $mp3-> ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -848,7 +848,7 @@ print "Błąd podczas zapisywania znaczników do pliku $ARGV[0]\n" unless $mp3-> Zintegrowana baza danych SQLite, której domyślnie używa &amarok-mianownik;. nie działa na NFS. Musisz dowiązać katalog ~/.kde/share/apps/amarok do lokalnego dysku lub użyć MySQL. +>Zintegrowana baza danych SQLite, której domyślnie używa &amarok-mianownik;. nie działa na NFS. Musisz dowiązać katalog ~/.trinity/share/apps/amarok do lokalnego dysku lub użyć MySQL. diff --git a/doc/pt/config.docbook b/doc/pt/config.docbook index 0138773f..e59cfda1 100644 --- a/doc/pt/config.docbook +++ b/doc/pt/config.docbook @@ -80,7 +80,7 @@ > no mesmo local que o ficheiro de áudio correspondente. Se estiver desactivada, os ficheiros .mood serão gravados na pasta de configuração do &amarok;, normalmente a ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. É provável que um ficheiro da sua Colecção despolete um erro na biblioteca TagLib, fazendo com que o &amarok; estoire. Poderá identificar este ficheiro, se olhar para o ficheiro ~/.kde/share/apps/amarok/collection_scan.log. Deverá comunicar este estoiro à base de dados de erros da TagLib em É provável que um ficheiro da sua Colecção despolete um erro na biblioteca TagLib, fazendo com que o &amarok; estoire. Poderá identificar este ficheiro, se olhar para o ficheiro ~/.trinity/share/apps/amarok/collection_scan.log. Deverá comunicar este estoiro à base de dados de erros da TagLib em bugs.kde.org e anexar o ficheiro corrompido. Depois disso, poderá remover o ficheiro da sua Colecção e repetir a pesquisa. @@ -803,7 +803,7 @@ print "Erro ao escrever as marcas em $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,& ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -856,7 +856,7 @@ print "Erro ao escrever as marcas em $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,& A base de dados interna em SQLite, que o &amarok; usa por omissão, não funciona em NFS. Deverá associar a sua pasta ~/.kde/share/apps/amarok a uma unidade local ou então usar o suporte de MySQL. +>A base de dados interna em SQLite, que o &amarok; usa por omissão, não funciona em NFS. Deverá associar a sua pasta ~/.trinity/share/apps/amarok a uma unidade local ou então usar o suporte de MySQL. diff --git a/doc/pt_BR/advanced.docbook b/doc/pt_BR/advanced.docbook index ff02dee6..02befe48 100644 --- a/doc/pt_BR/advanced.docbook +++ b/doc/pt_BR/advanced.docbook @@ -706,7 +706,7 @@ A função saveCurrentPlaylist salva a lista de reprodução atual como ~/.kde/share/apps/amarok/current.xml. +> salva a lista de reprodução atual como ~/.trinity/share/apps/amarok/current.xml. diff --git a/doc/sv/config.docbook b/doc/sv/config.docbook index ddb77b9c..aa716379 100644 --- a/doc/sv/config.docbook +++ b/doc/sv/config.docbook @@ -80,7 +80,7 @@ >-filer på samma plats som motsvarande ljudfil. När det är inaktiverat, lagras .mood-filerna inne i &amarok;s inställningskatalog, oftast ~/.kde/share/apps/amarok/moodbar/~/.trinity/share/apps/amarok/moodbar/. Det är troligt att en fil i din samling utlöser ett fel i biblioteket TagLib, och det får &amarok; att krascha. Du kan identifiera filen genom att titta i ~/.kde/share/apps/amarok/collection_scan.log. Du bör rapportera kraschen till feldatabasen för TagLib på Det är troligt att en fil i din samling utlöser ett fel i biblioteket TagLib, och det får &amarok; att krascha. Du kan identifiera filen genom att titta i ~/.trinity/share/apps/amarok/collection_scan.log. Du bör rapportera kraschen till feldatabasen för TagLib på bugs.kde.org och bifoga den felaktiga filen. Därefter kan du ta bort filen från din samling och upprepa sökningen. @@ -813,7 +813,7 @@ print "Fel vid skrivning av taggen till $ARGV[0]\n" unless $mp3->set_v2tag($v2ta ~/.kde/share/apps/amarok ~/.kde/share/config/amarokrc +>~/.trinity/share/apps/amarok ~/.trinity/share/config/amarokrc @@ -866,7 +866,7 @@ print "Fel vid skrivning av taggen till $ARGV[0]\n" unless $mp3->set_v2tag($v2ta Den interna databasen SQLite som &amarok; normalt använder fungerar inte med NFS. Du måste antingen göra en länk till en lokal enhet för katalogen ~/.kde/share/apps/amarok, eller använda stödet för MySQL. +>Den interna databasen SQLite som &amarok; normalt använder fungerar inte med NFS. Du måste antingen göra en länk till en lokal enhet för katalogen ~/.trinity/share/apps/amarok, eller använda stödet för MySQL.