amarok - posielanie cez bluetooth - ako napisat shell script ?

Sekcia: Programovanie 02.11.2008 | 22:39
Avatar denwerko Ubuntu,Gentoo,Debian  Používateľ
Bry podvecer, podme hned k veci. Som začiatočník, neviem nič o tom ako sa píšu scripty v shelli, maximálne ich tak viem spustiť. Potreboval by som jednoduchý script, ktorý keď spustím tak mi pošle práve prehrávaný subor v amaroku cez bluetooth, asi takto :

1 . dcop amarok player path - to mi nahodi cestu k suboru ktory sa prave prehrava, to by bolo treba hodiť do nejakej premennej
2. bluetooth-sendto + premenna v ktorej je cesta k suboru

tot asi vse. Dakujem
    • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:00
      Avatar Tomáš Srnka Barz čo, už asi všetko  Administrátor
      #!/bin/bash
      SUBOR=`dcop amarok player path`
      bluetooth-sendto $SUBOR

      Take nieco? :)
      Dlho som robil linuxos.sk, neskôr založil vpsFree.cz, posledných pár rokov ako tech. riaditeľ vo Websupporte
      • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:08
        Avatar denwerko Ubuntu,Gentoo,Debian  Používateľ
        dikes, funguje to :) sice len pre subory, ktore nemaju v nazve medzeru, ale aj to je lepsie ako nic. Musim si najst nejaku ucebnicu scriptovania :D
        • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:11
          Avatar denwerko Ubuntu,Gentoo,Debian  Používateľ
          ale staci "#Subor" a ide to :D
          • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:12
            Avatar denwerko Ubuntu,Gentoo,Debian  Používateľ
            vlastne "$Subor" :D sorry
            • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:21
              Avatar Tomáš Srnka Barz čo, už asi všetko  Administrátor
              #!/bin/bash
              bluetooth-sendto '`dcop amarok player path`'

              ? :-)
              Dlho som robil linuxos.sk, neskôr založil vpsFree.cz, posledných pár rokov ako tech. riaditeľ vo Websupporte
              • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:22
                Avatar Tomáš Srnka Barz čo, už asi všetko  Administrátor
                hovadina, dvojite uvodzovky:
                #!/bin/bash
                bluetooth-sendto "`dcop amarok player path`"

                Dlho som robil linuxos.sk, neskôr založil vpsFree.cz, posledných pár rokov ako tech. riaditeľ vo Websupporte
                • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:31
                  Avatar denwerko Ubuntu,Gentoo,Debian  Používateľ
                  Jo, funguje to aj takto...
                  Popozerám ako sú napísané nejaké scripty do amaroku a skúsim to urobiť tak aby to bolo v menu

                  Dikes moc :)
                  • Re: amarok - posielanie cez bluetooth - ako napisat shell script ? 02.11.2008 | 23:38
                    Avatar denwerko Ubuntu,Gentoo,Debian  Používateľ
                    ako malo dokaže človeka urobiť štastným :) stačí dodať parameter --device "obex_adresa" a ide to jedným kliknutím :D