Ubuntu Multimedia :: What I Get Is A Text File In Some Programing Language

Feb 7, 2010

The first is Mp3 which is no problem for Ubuntu. The second is WMP, also no problem. The third format is WMA, which uses an Overdrive Media Console designed to run in Windows. This has stumped me. I was hoping to run it in Wine, but the media console refuses to download into Ubuntu. Then I tried downloading the audio file straight into Ubuntu. What I get is a text file in some programing language, parts of which are in readable english describing the book and lines of code refering actual audio files(HTML tags?).So Can anybody tell me how to play WMA audio books in Ubuntu. The rest of the media is installed and works perfectly.

View 1 Replies


ADVERTISEMENT

Programming :: Configure Netfilter By Importing A Text File With C++ Language

Feb 27, 2010

Well my problem is that i want to configure Net filter (FORWARD) not manually but by importing a text file which may contain a binary array with c++ language like :

0 0 1
1 1 0
0 0 1

with 0 is "IPTABLES -A FORWARD -p udp -j ACCEPT"

and 1 is "IPTABLES -A FORWARD -p udp -j DROP"

so after importing i want to find in my firewall 9 rules equal to the numbers of the binary array.

View 1 Replies View Related

Software :: Translate The Text In A PDF From A Language To Another One?

Jan 10, 2010

I have a PDF in english of 130 pages, and would like to translate it in english. Google translate is useful, for little text but the whole pdf

View 2 Replies View Related

Ubuntu :: Sort The Output To A Text File So That It Prints To The Text File At 1 Process Per Line?

Feb 6, 2011

im trying to output a list of running processes via a shell script. At the moment i got this which outputs the processes to a text file called out.

echo $(ps aux) >>out

The problem is though, the processes are all just one big block of text which makes it hard to read. Does anyone know how to sort the output to a text file so that it prints to the text file at 1 process per line? I know its probably simple but im very new to linux.

View 5 Replies View Related

Programming :: Remove Lines In A Text File Based On Another Text File?

Jan 28, 2009

I have a text file called file1.txt containing many lines eg.

line1
line2
line3
line4
line5
line6

Then i have another text file called file2.txt contains

3
5
6

Is there a command to remove the lines in file1.txt based on the keywords in file2.txt? note: It should remove line3,line5,line6 based on 3,5,6

View 10 Replies View Related

Ubuntu Multimedia :: Error - GstDecodeBin2: This Appears To Be A Text File When I Click The HD

Jun 9, 2010

I have a problem with streaming from .mov from Appl.com. As most of you must know, the iPhone 4 was announced in WWDC 10 on Monday. I am interested in it and I wanted to watch the keynote (available at different resolution:[URL]... When I click on low-large resolutions, Totem opens up and I get this error message:

Code:
GstDecodeBin2: This appears to be a text file When I click the HD , totem opens, and video starts streaming, but it is of a terrible quality (so much for Apple's "perfect presentation" rep). I'm not so sure this is so much a problem of Ubuntu as of my network connection. I have heard that "live" streams are not of that great quality because the video player is prioritizing to deliver live continuous stream, I can understand that. But I want quality video. So, can any of you Linux guru's (I am a newbie) tell me if this is a problem with Ubuntu (not proper mov codecs?), my connection? Apple?

Also, as I understand it, if I were to download the stream, it would have full quality because the player isn't focusing on delivering it live. Is there any app/Firefox extension/hack/terminal code, etc.

View 2 Replies View Related

Debian Multimedia :: KDE - Dolphin Showing ISO File As Text

Aug 16, 2015

Dolphin showing .iso file as text wants to open in Kate or Kwrite. I reported this bug to Debian so they can get it fixed [URL]...

If you haven't done this fix, download the three iso files to see this problem in Debian 8 32bit: dban-2.3.0_i586.iso shows as normal in Dolphin. [URL]....

Modify:
/usr/share/mime/packages/freedesktop.org.xml
My freedesktop.org.xml before:
<sub-class-of type="application/x-raw-disk-image"/>
<alias type="application/x-iso9660-image"/>

[Code]....

View 3 Replies View Related

Ubuntu :: Add / Remove Bits Of Text From A Text File

Dec 6, 2010

I am looking for a way to keep a log and make if then statements if a line exitsts in the log. I also am looking for a way to make a simple loop, like goto line number, and I also am wondering how to add/remove bits of text from a text file (plugins line in server.properties)

View 5 Replies View Related

Fedora :: F14 Gnome Text/plain Versus Text/html File Type

Apr 2, 2011

I put a text file on my desktop and added a couple lines of text with gedit. File type shows text/plain. Double-click opens the file in gedit which is what I want. I'm using the file to temporarily hold some snips of code that I copy from file to file, but when I copy some html into the file and save it, now file properties show it's text/html and a double-click opens the file in firefox, which isn't what I want. Is there some way to keep the file type from changing itself?

View 6 Replies View Related

General :: Replace Text In One File With Text From Another File Using Sed?

Apr 28, 2010

How could I replace text in one file with text from another file using sed?

The text in each of the files would be surrounded by a starting and ending delimiter or a starting tag, say like /* */ so to easily find them.

View 8 Replies View Related

Software :: Use Sed To Include A Text File In The Beginning Of Other Text Files Inside A Folder And Its Subfolders?

Jun 1, 2010

Can I use sed to include a text file in the beginning of other text files inside a folder and its subfolders? So it should be recursive.

View 4 Replies View Related

Programming :: Adding Lines Of Text To Beginning Of Text File

Jan 19, 2009

I need to insert 3-4 lines of text to the beginning of a text file. The file is a largish MYSQL dump, the result of a backup shell script. This shell script should insert the required text.I've wrestled with sed, but lost.

View 2 Replies View Related

Programming :: Delete Line Of Text From Text File Via Shell?

Jan 13, 2010

I have to delete a certain line of text from the a textfile via ubuntu's shell scripting.I have done research, and it seems that most people advocate the usage of sed /d option. sed makes does not edit the text file. Hence, most options I discovered involved the use of a temporary variable/textfile and then overwriting the old file with the temporary new file. Is there anyway whereby I can bypass the use of temporary storage containers? I hope there is any magical combination of commands to edit the file directly.

View 3 Replies View Related

Programming :: Exporting Glade Text View To Text File?

Jan 8, 2011

I want to display something in my text view widget in glade using c code. that's all right.
now I need to attach a save button beneath the text view.so that on click the text view content should save as a txt file..

View 8 Replies View Related

Programming :: Formatting Fields And Text Being Displayed From Text File?

Feb 9, 2011

I want to display the contents of a particular log file (simple text file, I mean in Linux). But there is a problem: The contents need to be organized in a fixed format. Have a look at this log file:

sampleLog.txt

Code:

User Name: XYZ
Reported Problems Description: Blah! Blah! Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah!

[code]....

So, while displaying the contents of above file on a web page, I want to format the field names found in the log file: User Name:, Reported Problems Description:, and Remarks:. These fields may contain a variable length of text and no specific line number is assumed for them to appear on.

The desired output should look like this:

User Name: XYZ
Reported Problems Description: Blah! Blah! Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah! Blah!Blah!

[code]....

Well, what I am trying to do may sound wierd to some of you. The filed "Reported Problems Description:" can possible contain text which embeds colon (.

View 15 Replies View Related

Programming :: Add Text Before Line Number In Text File?

May 3, 2010

a sed command to add a text before line number in text file? I have text file with 500 lines, and i want to add 3 more lines with text after line 300, OR before line 302, isn't no problem.

View 16 Replies View Related

Ubuntu :: Support For Language While Keeping English As Language Used To Display Desktop?

Mar 5, 2011

I have some music in another language, but when I open the songs in Banshee, their song names just come up as weird characters (like μ).I went to [System --> Administration --> Language Support] and installed support for that language, but the songs still come up like μ. (But in Nautilus, their proper names show).

I know the solution is to change my whole system language to that language, but I don't want to do that, as I am not very fluent in it. Is there any way to enable support for that language while keeping English as the language used to display my desktop?

View 1 Replies View Related

Ubuntu :: Language Support - Each User Can Select Their System Language When Login?

Nov 1, 2010

One computer .... three users .... three languages. How do you make that happen? User A speaks English and is happy with English. No problem. User B needs to use Chinese and would like the full system in Chinese. User C needs to use Thai and Chinese. They would prefer their menus to be in Thai and can use iBus for Chinese entry. How do you set up the system so that each user can select their system language when they login?

View 4 Replies View Related

Ubuntu :: Change Keyboard Language To Specific Language By Hotkey?

Jun 13, 2010

is there some way to change keyboard language to specific language by hotkey?

For example:
Shift+Alt+1 - English
Shift+Alt+2 - Russian
Shift+Alt+3 - Ukrainian

View 2 Replies View Related

Ubuntu :: Change The Language Of The .txt File?

Jul 21, 2011

I have a file which is in .txt .And has written inside , with a different language than the ubuntu.o Now i open it , and it shows to me like this > $)IR""RJU((AF < how can i change the format ?In windows we have the regional settings and we change them to unicode , and everything are fixed.

View 4 Replies View Related

Ubuntu :: Keyboard Language Standardized In Wrong Language

Nov 28, 2010

While installing Ubuntu 10.10 I chose the wrong language for my keyboard. I tried to fix this in keyboard preferences and it seemed to work. The correct one I need is USA (and don't know exactly the difference between USA and USA alternative international). But every time I boot my laptop I get the old language back (Dutch) while USA is above the others in my preferences.

View 1 Replies View Related

Ubuntu :: Socket Programing Using TCP?

May 6, 2010

I need a code for a multi client and server

where a client need to login to server after a connection has been established if login is not sucessfull connection should be terminated I need it in c language

server asks client name and password if authenticated , a connection is established . and if client is new can also register its name

I have done it using files but its not working when asks for user name it searches a file with that username if a file is found and password with same as username it opens the username file check for the string if it matches with the string login is ok

View 1 Replies View Related

Ubuntu Multimedia :: Change Language In VLC Player?

Mar 16, 2011

my VLC player is a language i cant understand, i try to do

Code:

vlc --language=en

but it dident work

View 6 Replies View Related

Fedora :: Language Of Boot Message Change To Other Language?

Jan 7, 2011

When I boot the fedora system,disable the plymouth,the language of booting message showed is english.Can it change to other language,chinese?

View 2 Replies View Related

General :: Can't Differentiate System Language From Keyboard Language?

Apr 14, 2010

i recently got a french msi wind U100x running on linux suse enterprise 10 sp1. (i am french and wanted a light netbook with french keyboard)i am totally new to linux and i believe that msi wind is not helping.because i am more used to english for settings, i set the main language to english, but it seems that it automatically reconfigures my keyboard mapping to english as well, so that azerty becomes qwerty.i reset it back to french, so now my keyboard is french, but so is the system.is there a way to differentiate keyboard from main user setting language?

View 3 Replies View Related

Programming :: Get Jpeg File Header Using C Language?

Oct 10, 2009

I want to get files header as much as possible which are mostly used so how can i get jpeg file header using C ?

If any other headers of MS Office is possible for U.

View 7 Replies View Related

Ubuntu Multimedia :: Create An Avi With Two Languages Starting From Two Avi In A Different Language?

Jun 21, 2011

let's say I've got one .avi video with a film with its original audio language (e.g. english) and another one .avi video with the same film but with a second audio language (e.g. re-dubbed in italian). Is it possible to get only one .avi video with the film and the two audio languages selectable?

View 8 Replies View Related

Ubuntu :: File Names Not Displaying Correctly In Its Chooser When Language Telugu / Fix It?

Aug 3, 2010

Actually i am working on an application in which i want to select the files from a File Chooser where the application language is set to Telugu. But when i want to view the files through the File Chooser, all the names of the files in the system are displaying as boxes. This problem occurs only when i change the language to Telugu.This problem doesn't appear with any other languages. So please direct me towards the solution for this problem.

View 6 Replies View Related

Ubuntu :: Programing Errors When Trying To Install / Remove Apps

Aug 10, 2011

I was messing around trying to be able to download minecraft to my computer (it's very confusing for Linux, and I know nothing about this system!) Now when I try to install apps in the Software Center I get this error:
There seems to be a programming error in aptdaemon, the software that allows you to install/remove software and to perform other package management related tasks.

Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 961, in simulate
trans.unauthenticated = self._simulate_helper(trans)
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 1085, in _simulate_helper
return depends, self._cache.required_download,
File "/usr/lib/python2.7/dist-packages/apt/cache.py", line 226, in required_download
pm.get_archives(fetcher, self._list, self._records)
SystemError: E:I wasn't able to locate file for the sun-java6-jre package. This might mean you need to manually fix this package.

I've seen a solution that seemed to work for someone else but when I go into the Terminal and type in the commands it asks for my sudo password and I have no idea what that means/is because I never set any kind of password like that.

View 6 Replies View Related

Programming :: Programing - Reading File Line By Line Then Char By Char In Each Line

May 29, 2010

I've never programed shell scripting.

Code goes like so:

I simply want to read a file "data.txt" line by line Then char by char and add them into a result var. The file is supossed to always contain numeric values

View 8 Replies View Related







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