OpenSUSE :: Amarok 4.4.2 - How To Input File PATH

Apr 4, 2010

I upgraded my OpenSUSE 11.2 KDE 4.3.5.x to KDE 4.4.2 and am having a couple of issues. Not sure if I am just a bit stupid or impatient figuring them out or what... In Amarok, I used to be able to input or edit the path name under Files (i.e. Browse Local Harddrive for Content). This allowed me to quickly copy and paste a location from Dolphin / Konqueror etc. into and from Amarok for quick access across multiple applications (Especially when sorting out things). Somehow this is either missing (Not possible anymore) or I am to impatient or stupid figuring this out.

View 2 Replies


ADVERTISEMENT

General :: Move A File To Some Path And Create That Path When It Doesn't Exist?

Oct 8, 2010

I use this command:

Code:

find ./ -atime +360

to figure out the files that haven't been accessed since 360 days. The command above will return results like this:

Code:

/uploads/2010/02/some-file-name.ext
/uploads/2009/08/another-file-name.ext
... etc

I'm taking here about tins of directories, thousands of files. I'm looking to find a command that makes me able to move the results above to another path, and to create that path once it doesn't exist like below:

Code:

mv /uploads/2010/02/some-file-name.ext /old-files/uploads/2010/02/some-file-name.ext

But I want the executed command to create this path

Code:

/old-files/uploads/2010/02/

If it doesn't exist.

View 6 Replies View Related

Ubuntu :: Bash Script, Take User Input Then Use It As A Path?

Jan 29, 2011

I'm trying to make a script to make it quicker to encode videos.

Code:
#!/bin/bash
echo "Type the path of the video file"

[code]....

View 9 Replies View Related

Ubuntu :: Amarok Upgrade - Export Lyrics From Amarok 1.4 And Import Them In Amarok 2?

May 17, 2010

For the last few releases, I've remained with Amarok 1.4, but now that I've deemed Amarok 2 stable enough, I've upgrade, however, the lyrics to my songs (which I put in a lot of effort in downloading), are not reflecting. Is there anyway to export lyrics from Amarok 1.4 and import them in Amarok 2?

View 1 Replies View Related

Fedora :: Fortran Programs And Long Path Names Input's

Apr 30, 2010

I have a fortran program example call like this:

This call cant run my fortran program because they output to the screen that the file ' ' (empty) cant be loaded!

So the problem is that my program cant see the file in the long path name above ( the real name is a bit more longer). I try with shorts path names , and the program can run, reading the input file.

I googleit for this type of error and only found that bash have limits on the filenames and inputs, so i change them (/usr/local/linux/limits.h or some like) to a very high value (999) ,but no success.

View 3 Replies View Related

General :: Write A Shell Script Which Will Read The Directory Path As Input From User?

Nov 28, 2010

I am new to writing shell scripts. So, please bare with me. I am currently trying to write a shell script which will read the directory path as input from user and will traverse the Dir tree to find all available audio and video files. I have tried to write as much as I could but I don't know where I am making mistake as I get some files to be audio file which are actully tar balls. On the second note there are some files which video but script shows them to be audio. And, some video files are completely skipped. I am giving the shell script below so that you can see. I am using two external files as source which I am attaching.

Code:

#!/bin/bash
#Let's load the extensions that we want to search for
vdExt=$(cat vdExtList)
adExt=$(cat adExtList)

[code]....

View 5 Replies View Related

OpenSUSE Install :: Install Amarok From Git - Getting Error No Such File Or Directory

Feb 19, 2010

I'm trying to install amarok from git but I keep getting this error:

[code]...

I thought libXext provided shape.h but I have both xorg-x11-libXext and xorg-x11-libXext-devel installed.

[code]...

View 5 Replies View Related

Ubuntu Networking :: File 'path Omyfile' Has Been Changed On The File System?

May 28, 2010

I have asked this over on Launchpad and have found bugs filed on the eclipse bug tracker but it seems to be going nowhere so I guess ill ask here.

I am using Eclipse for some development work and having saved a file, defocus the eclipse window (to test changes in a browser) when I refocus the eclipse window I get the following error...

The file 'path omyfile' has been changed on the file system.Do you want to replace the editor contents with these changes?

I have searched and searched and this seems to be a CIFS/SAMBA problem. I even found one solution suggesting that changing his mounts from cifs to smbfs fixed his problem however that would appear not to be an option for me since using smbfs in the fstab causes cifs mounts. This problem would seem to occur in Bluefish as well as some other IDE's so it is not an Eclipse issue.

---------- LINKS TO RELATED ----------
Launchpad Question
Eclipse Bug
--------------------------------------

View 2 Replies View Related

General :: Copy File Whose Source Path Is Mentioned In File To Specified Destination

Jun 3, 2010

I had a situation in which the the path of the file to be copied is written in other file and I had to copy it using shell script..I can use cp $(cat /home/robert/location.txt) /media/sda1 on normal linux shell...But I am using buildroot script where $(cat /home/robert/location.txt) evaluate to nothing..is just blank..

View 1 Replies View Related

Slackware :: Default PATH - Python: Can't Open File 'SABnzbd.py': [Errno 2] No Such File Or Directory

Nov 24, 2010

I have just installed SABnzb application in my home folder. The executable file is SABnzb.py When I run the command in the Konsole # python SABnzb.py I have this Quote: python: can't open file 'SABnzbd.py': [Errno 2] No such file or directory

View 5 Replies View Related

General :: Difference Between PATH=$PATH:$1 & PATH=$1:$PATH?

Jan 16, 2011

I found the following function in /etc/profile file.

[Code]...

1. I dont undestand what "if ! echo $PATH | /bin/grep -qE "(^|:)$1($|:)"" this if statement actually comapres??

2. Also what is the difference between PATH=$PATH:$1 & PATH=$1:$PATH

View 14 Replies View Related

Ubuntu :: Find File Name And File Path From A String?

Feb 28, 2010

How to find filename and file path from a string

View 7 Replies View Related

General :: Given A File Path Search For File Exist?

Jan 27, 2011

I have file which consists of many files with their path,i need to check for the file exists in the given path,how to check?

View 12 Replies View Related

General :: Executable File Contains The Precise Path To SO File?

Aug 13, 2010

Does executable file contains the precise path to SO file? Should it be compiled with precise knowing of SO file location?

View 8 Replies View Related

Ubuntu :: Pdftk Output File With Pages Extracts Same Size As Input File?

Apr 22, 2011

I am curious if perhaps I am doing something wrong extracting pages from a pdf doc using pdftk and creating a new file. I am only extracting the odd pages from the file and outputting them to a new file that is now only 20 pages instead of the input's 40 pages, yet the new output file is still 1.4Mb in size, the same as the original.

It seems strange to extract only half the pages of a large document and end up with a result that is the same size. how to streamline the resulting pdf's using pdftk?

BTW this is the command I am using, in case perhaps I am missing an option to optimize file size or something:

Code:
pdftk A=ch15.pdf cat A1-40odd output odd.pdf

View 1 Replies View Related

Ubuntu :: Error (splicing File: Input / Output) While Copying File

Jun 3, 2010

When I try to copy PDF files from one folder to another folder, it give me this error: "Error while copying "2004-SNUG-Europe-paper_...log_DPI_with_SystemC.pdf". There was an error copying the file into /media/CCDCE66BDCE64F70/Backup Master/Heterogeneous_cosimulation/Documentation" "Error splicing file: Input/output error" What is the reason of this error and how can this be fixed?

View 9 Replies View Related

Ubuntu :: Copying File - Error Reading From File Input/output

Jun 29, 2010

I have a 7.2 GB file (VMWare virtual machine file) that I am trying to copy from its original location to the another folder OR to external hard drive...each time I try to do this, I always get the following error after the copying process reach 'exactly' 1.4 GB

Error reading from file input/output error

And I have to either Cancel or Skip

I've tried to split the files to smaller pieces but the idea didn't work as I still get the same error whenever I try to compress/ split or do any operation with this file. how I can copy this file?

View 2 Replies View Related

Programming :: Splitting A File Based On The Values Read From An Input File?

Jul 27, 2010

I am splitting a file based on the values read from an input file. The below one is the script.

1)How do I add the header which is present in the original file to the new split files created?(For eg. pharmacyf conatins header as table column names. The new files created (ODS.POS.$pharmacyid.$tablename.$CURRENT_DATE.dat) are without the header).

2) Also the script is creating 0 byte files for the pharmacyids which are not available in the intial file? Can this be avoided?

for pharmacyf in *
do
tablename=`echo $pharmacyf |cut -f4 -d'.' `
while read pharmacyid
do
grep -w $pharmacyid $pharmacyf >> $OUT/ODS.POS.$pharmacyid.$tablename.$CURRENT_DATE.dat
done< inputfile
done

View 2 Replies View Related

General :: Data From Input File To Be Taken And Send To Output File?

Jul 24, 2010

I am new to shell scripting.What i am trying is to write a shell script which take the input file and output should like as mentioned below.Output file should have data till SOK (marked in red)from every second line and then the selected data(marked in green) from 4th line.So selected data from 2nd and 4th line in one line of O/P file and then similarly selected data from 6th and 8th line in second line of O/P file.Input File:

3c3
< c1111;11.11.11.11;pOK;SOK:abcde;Universe:aa
---

[code]...

View 14 Replies View Related

General :: Any Way To Change Actual File Names Using Amarok?

Jan 9, 2010

I use amarok 2 and I have a lot of files that are titled "Track #.mp3", in Amarok I have changed them to see as the real songs but the actual files are still the same. Is there a way to change the actual file names using amarok to match the tags I have inside of amarok? The reason why I'd want to do this:

1. If my home folder becomes corrupt I don't have to redo 100's of songs (I have a backup but none the less
2. If I ever decide to use another program or if I'm in W7 using Windows Media Player classic it'd be nice to have it recognize the correct files without having to double up on the tag editing

If this isn't possible I'm going to wishlist it because I think it's functional and having a bunch of Track# files is a pain but impossible to get around when you have a lot of mix cd's.

View 2 Replies View Related

Software :: Amarok Editing Single File Tags?

Jun 17, 2010

I just began using amarok as a media player and I have a bunch of untagged files which show up in the local collection as Untitled -> Untitled, but since there are multiple files I can't see what they are, and I can't play them. If I go to edit it, it edits all the untitled files to whatever I set it to, because there's a bunch of untitled files. Is there a way for me to add tags to them in amarok one at a time?

View 1 Replies View Related

OpenSUSE :: Using The Last.fm With Amarok?

Jul 16, 2011

I'm trying to use Amarok with last.fm. I am a member there but I haven't played any music there yet. I've tried signing in with Amarok, and it says that I signed in successfully but when I try to see my "stations" (My Recommendations; My Radio Station) I get this error message about having to be a paying subscriber to see or play my lists. I've also tried signing in from the website and then trying it in Amarok (the website plays music just fine, btw) but that did not help. KWallet keeps popping up too saying that there is no running wallet and do I want my info saved. At first, I kept saying "no" and canceling that but after trying a few times, I allowed KWallet to save my login info as text. I still can't see any lists. Are there any dependencies that Amarok uses for this last.fm service?

View 2 Replies View Related

OpenSUSE :: How To Install Amarok 2.3.1 Beta In Opensuse 11.2

May 3, 2010

How can I install amarok 2.3.1 Beta in opensuse 11.2 ?I'm im pentium IV.I didnt find the package in the repositories

View 1 Replies View Related

OpenSUSE :: Amarok 1.4 Port To QT4?

Feb 23, 2010

clementine-player - Project Hosting on Google Code

I'm missing a dependency, would like to try this out...anyone know of a oSuse build? or repo?

View 4 Replies View Related

OpenSUSE :: KDE 4.6 Amarok Crashes

Jan 29, 2011

After upgrading to KDE 4.6 (Factory repos) Amarok crashes every time I try to play a song. Changing between Gstreamer and Xine doesn't make any difference.

View 9 Replies View Related

OpenSUSE :: Amarok Can't Play CDs / What To Do?

Jun 18, 2011

I'm having trouble trying to get Amarok to play CDs or play tracks from any Media Device.

When I insert a CD into my CD drive the Device Notifier widget gives me 2 options "Play Audio CD with Kaffeine" and "Play Audio CD with Amarok". Kaffeine can play the CD but Amarok doesn't see the device.

Also when I attach my iPod to my computer I can view the files in Dolphin but the device isn't shown in the Content Browser of Amarok.

In Amaroks configuration menu I have the plugins for both AudioCd Collection and iPod Collection

Amarok Version 2.4.1

openSUSE 11.4

uname -a
Linux linux-17ba.site 2.6.37.6-0.5-desktop #1 SMP PREEMPT 2011-04-25 21:48:33 +0200 x86_64 x86_64 x86_64 GNU/Linux

View 1 Replies View Related

OpenSUSE :: Can't Play A Cd In Amarok / Get That?

Sep 7, 2011

My cd with cda files on it plays in kaffeine but it wont play in amarok
Igo to playlist at top then add media scroll to cd-rom on the lfet and pick a cda file but it wont play, what am i missing, i just went through mmcheck and added what i needed. is it suppose to play in amorok as well?

View 9 Replies View Related

Programming :: Specifying A File Path In IDL?

Jul 19, 2010

I've been dabbling in IDL lately, and it seems useful enough, but occasionally I come across a problem like this: I'm trying to call an IDL procedure from within an IDL script which is called from a .csh script. (Don't ask, trust me, you don't want to know.) The IDL procedure may or may not be in the same directory as the .csh, so I'm calling it by it's full path: /home/ic/rad_sim However, all IDL will do is give me a syntax error and tell me ic is an undefined variable. Putting ic in double quotes makes the undefined variable error go away, but it still reports a syntax error.

View 13 Replies View Related

Ubuntu :: Nautilus Copy File/directory Path Should Not Put "file://" Prefix

Dec 27, 2010

I really missed the old Ubuntu file/dir. copying feature. When I copied in nautilus file explorer and paste into a terminal or text editor, I got the exact path (eg. /home/user/abc.txt), but when coming the Ubuntu 10.04, it added some "file://" prefix to the actual path (eg. file:///home/user/abc.txt), and I always had to manually delete the "file://" prefix. I don't see clearly that we need to place "file://" in front of the actual path (maybe just in the case we want to put the path in an Internet browser?). Wish this reversed back.

View 1 Replies View Related

OpenSUSE :: Amarok Won't Play / Solution For This?

Feb 16, 2010

I have just installed opensuse 11.2 and I am trying to get Amarok to work. I click on Coolstreams, click on my favourite station.

The toolbar tells me the music is playing (confirms the name of the song and other of its details) but there is no sound nor timer count.

Could a music playing plugin be missing ?

If so what is it?

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved