Warning: session_start(): open(/tmp/sess_rk6tpo6qire88q381c2o9ukon5, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
txtView openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

txtView

   0.0.4  

Amarok Script

Score 68%
txtView
zoom


Link:  Link
Downloads:  939
Submitted:  Nov 27 2005
Updated:  Feb 10 2006

Description:

This script shows the text files from the same directory of a song which makes it mostly useful for checking the information contained in an album directory.

When starting up the script, you can right click on a song in your playlist and select "txtView > Open". This will popup the dialog.

Within the dialog you can show the files through the menu and open them with your favorite application. For example you can edit them with GVIM or open an M3U/PLS file in XMMS ;) Note: the run dialog doesn't let you pass arguments to the apps, so opening the file with vi in a terminal is not possible.

If you are looking for the font Lucida Console P, get into your ~/.fonts directory and wget http://home.online.no/~aageli/luconP.ttf

-- Help Needed --
I don't know how to set the height of a line in the QTextEdit object. If you have pointers, please leave a message, thank you.




Changelog:

* 0.0.4 2005-02-09
- Option Wrap/No Wrap and Fixed/non fixed chars in the menu
- Using the built-in functions from Python unlike the QDir/file/etc...
- Open With ... in /usr/bin by default
- Use of mimetypes + filename to guess whatever it is a text file or not (I tried magic, but my first note was that it created a new dependence and second.. it didn't do well the job, my default /etc/magic file was empty, at the opposite mimetypes is builtin and does a good job)

* 0.0.3 2005-02-07
- The window is opened as modal (no entry in the taskbar)
- Resize the window now works
- Use the font "Lucida Console P" for the special leet characters
- Checkboxes in the File menu so we know which one is viewed
- Changed the interface:
- Status bar with the name of the current file
- A sub-menu for the files
- 'Open with...' Opens the current file with a program

* 0.0.2 2005-12-16
- TextEdit: NoWrap and Monospace family
- Add a menu bar, remove the buttons




LicenseGPL
(txtview-0.0.4.amarokscript.tar.bz2)
(luconP.ttf)
Send to a friend
Subscribe
Other  Content  from MikeM
Report inappropriate content



-
.

 .NFO

 
 by DaBlade on: Nov 27 2005
 
Score 50%

It would be nice if this could decode .NFO files to display the graphics in them rather than plain text. Could you make a version with that?


DaBlade - LinuxP2P.com Admin
LinuxP2P - The Linux File-Sharing Portal

All my wallpapers are belong to here:
http://linuxp2p.com/blog/?page_id=18

Reply to this

-

 Re: .NFO

 
 by MikeM on: Nov 27 2005
 
Score 50%

It is already in my bug list (or better, todo list :). As the first version is almost working, I have decided to put it here. The next version(s) will have some fixes.


Only two things are infinite: The universe and human stupidity, but I'm not sure about the first.
Reply to this

-
.

 Re: Re: .NFO

 
 by MikeM on: Feb 7 2006
 
Score 50%

0.0.3 uses the font Lucida Console P, which shows the awesome characters. I hope you will be happy :)


Only two things are infinite: The universe and human stupidity, but I'm not sure about the first.
Reply to this

-

 You are...

 
 by kdefish on: Nov 28 2005
 
Score 50%

...GOD!

Woha, I was waiting for this very application. I have a selfmade *.txt file in every directory that contains my own little review and some infos of the band. And your script is exactly what I was looking for, thank you tons!!

It would be cool to have the option with the txt file on the cover too though. Like, when I right-click on the cover --> open TxtView! Then it would be perfect!

(btw, why making a submenu when there is only one option? it makes no sense)

Another idea could be to add it to the context view at the botton and automatically open it and just hide the info when there is no txt/nfo file. Like, in the current tab at the botton prolly? ;)

However, you made my day! Fantastic, thank you so much!! :)


http://www.last.fm/user/stokedfish/
Reply to this

-

 Re: You are...

 
 by MikeM on: Nov 28 2005
 
Score 50%

  • It would be cool to have the option with the txt file on the cover too though.
  • (btw, why making a submenu when there is only one option? it makes no sense)
  • Another idea could be to add it to the context view at the botton and automatically open it and just hide the info when there is no txt/nfo file.
  • At the moment all this is not possible and the only entry point to add a submenu is the playlist and it is done via DCOP. I already tried what you said when I was mixing up this script :)

    Thank you for your comments and I'm happy you like it.

    DCOP Functions : http://amarok.kde.org/amarokwiki/index.php/DCOP_Functions_amaroK_1.3


    Only two things are infinite: The universe and human stupidity, but I'm not sure about the first.
    Reply to this

    -

     Re: Re: You are...

     
     by markey on: Dec 3 2005
     
    Score 50%

    Note that you can request extensions to the scripting system, if you submit a wish to our bugzilla on http://bugs.kde.org.


    Reply to this

    -
    .

     Not Found

     
     by angrykeyboarder on: Mar 6 2006
     
    Score 50%

    The requested URL /~aageli/luconP.ttf was not found on this server.
    Apache/1.3.26 Server at home.online.no Port 80


    Scott
    www.angrykeyboarder.com
    © 2006 angrykeyboarder™ & Elmer Fudd. All Wights Wesewved

    Reply to this

    -

     Re: Not Found

     
     by MikeM on: Mar 16 2006
     
    Score 50%

    I found a new candidate for the font, it is named ASCII.ttf and the author wants it to be free like sharealike "Just use it", I will upload it in a sure place (like 24/24h). Just wait for the next release ;)
    I googled the luconP.ttf font at other places, anyway home.online.no is reachable again.


    6 times 9 IS the answer of THE question
    Reply to this

    Add commentBack




    -



     
     
     Who we are
    Contact
    More about us
    Frequently Asked Questions
    Register
    Twitter
    Blog
    Explore
    Apps
    Artwork
    Jobs
    Knowledge
    Events
    People
    Updates on identi.ca
    Updates on Twitter
    Content RSS   
    Events RSS   

    Participate
    Groups
    Forum
    Add Content
    Public API
    About openDesktop.org
    Legal Notice
    Spreadshirt Shop
    CafePress Shop
    Advertising
    Sponsor us
    Report Abuse
     

    Copyright 2007-2016 openDesktop.org Team  
    All rights reserved. openDesktop.org is not liable for any content or goods on this site.
    All contributors are responsible for the lawfulness of their uploads.
    openDesktop is a trademark of the openDesktop.org Team