LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem with amarok (https://www.linuxquestions.org/questions/linux-newbie-8/problem-with-amarok-599431/)

adrian30020 11-13-2007 06:57 PM

problem with amarok
 
I am trying to change the tags to my music collection with easy tag and Amarok but once i do all the process it shows me an error message saying that the files are read only and the the operation cant be done. Any clues?

im using pclinuxos 2007

Poetics 11-13-2007 07:02 PM

... are the files set to read-only?

Sorry for the sarcastic answer but the error is fairly self-explanatory. What sort of investigation have you done as to the file permissions of your music?

adrian30020 11-13-2007 07:04 PM

Quote:

Originally Posted by Poetics (Post 2958035)
... are the files set to read-only?

Sorry for the sarcastic answer but the error is fairly self-explanatory. What sort of investigation have you done as to the file permissions of your music?


how do i change the files so they are not read only anymore....sorry i am a 200% completly noob

Poetics 11-13-2007 07:11 PM

Not a problem -- the only way to learn is by doing!

You'll want to read up on the "chmod" ('change mode') command, and on "file permission" -- there are some great resources both elsewhere on the web and here at LQ. After you've done some reading the following examples will make a bit more sense:

Code:

$ chmod 777 /public/directory/
$ chmod 440 /private/read-only-file
$ chmod 1777 /public/directory/with/sticky-bit/

Now that last one is a special case, but there is quite a bit about permissions to learn. The very basics are easy and as I said, can be found just about anywhere. You get to define, with "chmod", who can Read, who can Write, and who can eXecute a file. If you do an "ls -l" on a directory, you'll see these permissions shown for each file on the left-hand side, unique to every file.

Happy hunting!

adrian30020 11-13-2007 07:15 PM

Quote:

Originally Posted by Poetics (Post 2958042)
Not a problem -- the only way to learn is by doing!

You'll want to read up on the "chmod" ('change mode') command, and on "file permission" -- there are some great resources both elsewhere on the web and here at LQ. After you've done some reading the following examples will make a bit more sense:

Code:

$ chmod 777 /public/directory/
$ chmod 440 /private/read-only-file
$ chmod 1777 /public/directory/with/sticky-bit/

Now that last one is a special case, but there is quite a bit about permissions to learn. The very basics are easy and as I said, can be found just about anywhere. You get to define, with "chmod", who can Read, who can Write, and who can eXecute a file. If you do an "ls -l" on a directory, you'll see these permissions shown for each file on the left-hand side, unique to every file.

Happy hunting!


thx ill work with that now

Peacedog 11-13-2007 07:22 PM

Hi adrian30020, Wouldn't you be using one or the other, either Amorok, or easytag, not both at the same time? I've had no trouble with easytag by itself.
Good luck. ;-)

A day late and a dollar short! ;-)

adrian30020 11-13-2007 07:35 PM

Quote:

Originally Posted by Peacedog (Post 2958055)
Hi adrian30020, Wouldn't you be using one or the other, either Amorok, or easytag, not both at the same time? I've had no trouble with easytag by itself.
Good luck. ;-)

A day late and a dollar short! ;-)


i wasnt.....i just had the same problem with both.


All times are GMT -5. The time now is 11:09 AM.