Programe utile linux

PC-Linux
User avatar
dMd
Gold User
Posts: 1550
Joined: 11 Sep 2013 16:29

Programe utile linux

Unread postby dMd » 19 Jun 2014 17:50

Pymaxe

Image

Pymaxe este o aplicație gratuită (open-source) pentru descărcarea de muzică și videoclipuri din anumite pagini de Internet. Acest program este disponibil atat pentru sistemele Linux cat si Windows. Este suficient ca odata deschis programul sa tastam in fereastra "ALL" numele melodiei, interpretului... ca programul sa afiseze ce a gasit postat pe net si apoi conform doleantelor sa ofere sprea ascultare streamul.



TV-MAXE

Image

TV-MAXE este o aplicație care oferă posibilitatea de a viziona/asculta posturi TV/Radio, prin intermediul diferitelor fluxuri.

Cum instalez TV-MAXE in :

Ubuntu si derivatele sale

Code: Select all

Deschid terminalul linux si tastez :

    sudo apt-add-repository ppa:venerix/pkg
    introduc parola de root
    sudo apt-get update
    sudo apt-get install tv-maxe


RedHat si derivatele sale (Centos, Fedora..)

Code: Select all

Deschid terminalul linux si tastez :

    su

    introduc parola de root

    yum install libstdc++.so.5 nano wget make gstreamer-python rtmpdump python-pillow

    (inlocuieste python-pillow cu python-imaging daca folosesti o versiune mai veche de fedora,redhat sau derivatele lor)
    (in Centos merge cu python-imaging)

    wget http://sopcast-player.googlecode.com/files/sp-auth-3.2.6.tar.gz

    tar -zxvf sp-auth-3.2.6.tar.gz

    cd sp-auth/

    make install

    cd /tmp

    wget http://tv-maxe.googlecode.com/files/tv-maxe-0.09.tar.gz

    tar -zxvf tv-maxe-0.09.tar.gz

    cp -r tv-maxe-0.09/ /opt/tv-maxe

    nano /usr/bin/tv-maxe

    introduci urmatoarele linii:

    #!/bin/bash
    cd /opt/tv-maxe && python tvmaxe.py &

    salvezi si iesi (Ctrl+o , Ctrl+x , Y , ENTER)

    chmod +x /usr/bin/tv-maxe

    nano /usr/share/applications/tv-maxe.desktop

    introduci urmatoarele 9 linii:

    [Desktop Entry]
    Name=TV-Maxe
    GenericName=TV-Maxe
    Comment=Free television for your Linux system.
    Exec=tv-maxe
    Icon=/opt/tv-maxe/tvmaxe.png
    Terminal=false
    Type=Application
    Categories=AudioVideo;Player;
    salvezi si iesi (Ctrl+o , Ctrl+x , Y , ENTER)
 
    daca si numai daca aveti fedora 19,20

    deoarece fedora 19, 20 vine cu Pillow (python-pillow) in loc de PIL (python-imaging)
    mai multe detalii gasiti aici: http://fedoraproject.org/wiki/Features/Pillow
    vor trebui tastate suplimentar in terminal urmatoarele comenzi :

    cd /opt/tv-maxe/

    sed -i 's/import irwatch, which, sqlite3, re, json, base64, Image, StringIO/import irwatch, which, sqlite3, re, json, base64, StringIO/g' tvmaxe.py

    sed -i '36ifrom PIL import Image' tvmaxe.py

    sed -i 's/import gtk, gobject, StringIO, Image, ImageDraw, ImageFont, os, tempfile/import gtk, gobject, StringIO, os, tempfile/g' statusimage.py

    sed -i '2ifrom PIL import Image' statusimage.py

    sed -i '3ifrom PIL import ImageDraw' statusimage.py

    sed -i '4ifrom PIL import ImageFont' statusimage.py

    acum ar trebui sa apara in aplicatii/multimedia (sau.. sound&video) TV-MAXE
    pentru eliminarea fisierelor de instalare tastati :
    cd /tmp
    rm -rf sp-auth*
    rm -rf tv-maxe-0.09*


dupa ce ai instalat TV-MAXE intra in TV-MAXE (bara de sus) -> Preferinte -> Abonamente -> Adauga
http://streams.magazinmixt.ro/tv-maxe.db -> Salveaza (Jos drepta)
Image Image Nu putem avea tot timpul dreptate.
User avatar
Levy
Gold User
Posts: 1537
Joined: 02 Oct 2013 15:07
Location: ABSURDISTAN

Re: Programe utile linux

Unread postby Levy » 19 Jun 2014 18:28

Excelente ambele programele !
Le folosesc destul de mult, pymaxe are si versiunea Windows, daca mai retin corect.

Ce trebuie mentionat aici, ambele programele sint "facute" de un conational, numit Ovidiu D. Nitan.
Tot respectul pentru munca depusa ! :hat:
Dacă ai tăiat și ultimul copac, ai otrăvit și ultimul râu și ai prins și ultimul pește, ai să fi uimit să constați că banii nu sunt comestibili !

Image

Return to “PC-Linux”

Who is online

Users browsing this forum: No registered users and 16 guests