turk-dreamworld.com Sitesine Hoşgeldiniz.


10 sonuçtan 1 ile 10 arası
  1. #1
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    3 Bu Konu icin
    4.434 Toplam

    Standart yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    türkçe ispanyolca fransızca rusca ve yunancadaki karakterleri ingilizceye cevirmeyi ve tum kanal isimlerini buyuk harf planlıyorum ilk yunancadan basladım zamanım olmadıgı icin bu dilleri bilen arkadaslar yardım ederse sevinirim
    kanal isimlerini manuelde yazar degistirirsiniz ama kanal aradıgınızda silinir bayrak koruma yaparsınız silinmez ama buradaki amac scriptle hic ugrasmadan anında degistirmek

    nasıl yapılacagını 1 ornekle acıklayayım
    ornegin EPT kanalı aslında kanalın adı ERT ama yunanca buyuk P buyuk R okundugu icin EPT yazılmıs
    utf8 to hex ceviri yapan
    [Değerli Ziyaretci, linki görmeniz icin bu mesaja cevap yazmanız gerekiyorÜye olmak icin burayı tıklayınız]
    bu siteden yunanca hangi harf hangi hex degeri tasıyor onu buluyoruz
    ama bunu yaparken
    [Değerli Ziyaretci, linki görmeniz icin bu mesaja cevap yazmanız gerekiyorÜye olmak icin burayı tıklayınız]
    boyle bir siteye ihtiyacınız var
    P yazıp hex e cevir derseniz buyuk P nin hex degerini verir oysa bizim ogrenmek istedigimiz yunanca Rho olan P nin hex degeri
    umarım anlatabilmisimdir hex degerlerini burada paylasırsanız bende scripti hazırlarım
    scriptte soyle oluyor

    Kod:
    sed -i -e 's'/`printf "\xce\xa1"`'/R/g' /etc/enigma2/lamedb
    yani diyoruz ki yunanca Rho okunan buyuk P yi ingilizce karsılıgı olan buyuk R ye cevir
    islem sonrasında
    EPT yerine dogru okunusu olan ERT oluyor

    kanal isimlerinde gorunmesini istemediginiz sembol ve farklı dillere ait karakterleride paylasırsanız sevinirim bu dilleri bilen var bilmeyen var garip anlamsız semboller yerine kanalın gercekte okundugu gibi gorunmesi guzel olur diye dusunuyorum
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  2. Teşekkür edenler:

    SABIR39 (8.10.2018) , sonic (8.10.2018) , Elvis (5.10.2018)

  3. #2
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    4 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    yunanca script tamam
    alfabesinin en zor dillerden biri oldugu yetmezmis gibi servis saglayıcılarda zorlastırmak icin elinden geleni yapmıs kimi harfleri antik yunanca kimilerini modern yunanca kimilerinin turkce okunusu baska yunanca baska ingilizce baska ustune ustuk bazı kanal isimleride latin alfabesiyle yazılmıs
    alfabeyi ustun koru bilince olmuyor bazı harflerin turkcede karsılıgı bile yok neyse sonucta 13e 3e 9e deki yunanca yazılmıs yunan kanalları latin harfleriyle okundugu gibi duzeltildi
    yeni eklenen yunanca kanallar oldugunda scripti calıstırmanız yeterli kanalları duzeltecektir
    ancak antik yunanca yazılmıs yeni harflerde garip sembollar cıkarsa eklememiz gerekiyor antik yunancadaki karakterler yaz yaz bitmiyor sonucta ama suan itibariyle tum kanallar tamam extra cıkarsa zaman icerisinde eklemeye calısırım


    Kod:
    #!/bin/sh
    init 4
    # yunanca
    sed -i -e 's'/`printf "\xce\x91"`'/A/g' -e 's'/`printf "\xce\x86"`'/A/g' -e 's'/`printf "\xce\xb1"`'/a/g' -e 's'/`printf "\xce\xac"`'/a/g' -e 's'/`printf "\xce\x94"`'/D/g' -e 's'/`printf "\xce\xb4"`'/d/g' -e 's'/`printf "\xce\x95"`'/E/g' -e 's'/`printf "\xce\x88"`'/E/g' -e 's'/`printf "\xce\xad"`'/e/g' -e 's'/`printf "\xce\xb5"`'/e/g' -e 's'/`printf "\xce\xa6"`'/F/g' -e 's'/`printf "\xcf\x86"`'/f/g' -e 's'/`printf "\xce\x93"`'/G/g' -e 's'/`printf "\xce\xb3"`'/g/g' -e 's'/`printf "\xce\xa7"`'/H/g' -e 's'/`printf "\xcf\x87"`'/h/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xce\x97"`'/I/g' -e 's'/`printf "\xce\x89"`'/I/g' -e 's'/`printf "\xce\xb7"`'/i/g' -e 's'/`printf "\xce\xae"`'/i/g' -e 's'/`printf "\xce\xaa"`'/I/g' -e 's'/`printf "\xce\x99"`'/I/g' -e 's'/`printf "\xce\x8a"`'/I/g' -e 's'/`printf "\xce\xb9"`'/i/g' -e 's'/`printf "\xcf\x8a"`'/i/g' -e 's'/`printf "\xce\xaf"`'/i/g' -e 's'/`printf "\xce\x90"`'/i/g' -e 's'/`printf "\xc3\x9e"`'/i/g' -e 's'/`printf "\xce\x9a"`'/K/g' -e 's'/`printf "\xce\xba"`'/k/g' -e 's'/`printf "\xce\x9b"`'/L/g' -e 's'/`printf "\xce\xbb"`'/l/g' -e 's'/`printf "\xc3\xab"`'/l/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xce\x9c"`'/M/g' -e 's'/`printf "\xce\xbc"`'/m/g' -e 's'/`printf "\xce\x9d"`'/N/g' -e 's'/`printf "\xce\xbd"`'/n/g' -e 's'/`printf "\xce\x9f"`'/O/g' -e 's'/`printf "\xce\x8c"`'/O/g' -e 's'/`printf "\xce\xbf"`'/o/g' -e 's'/`printf "\xcf\x8c"`'/o/g' -e 's'/`printf "\xc3\xaf"`'/o/g' -e 's'/`printf "\xce\xa9"`'/O/g' -e 's'/`printf "\xce\x8f"`'/O/g' -e 's'/`printf "\xcf\x89"`'/o/g' -e 's'/`printf "\xcf\x8e"`'/o/g' -e 's'/`printf "\xce\xa0"`'/P/g' -e 's'/`printf "\xcf\x80"`'/p/g' -e 's'/`printf "\xce\xa1"`'/R/g' /etc/enigma2/lamedb 
    sed -i -e 's'/`printf "\xcf\x81"`'/r/g' -e 's'/`printf "\xce\xa3"`'/S/g' -e 's'/`printf "\xcf\x83"`'/s/g' -e 's'/`printf "\xcf\x82"`'/s/g' -e 's'/`printf "\xce\xa4"`'/T/g' -e 's'/`printf "\xcf\x84"`'/t/g' -e 's'/`printf "\xce\xa5"`'/U/g' -e 's'/`printf "\xce\x8e"`'/U/g' -e 's'/`printf "\xcf\x85"`'/u/g' -e 's'/`printf "\xcf\x8b"`'/u/g' -e 's'/`printf "\xcf\x8d"`'/u/g' -e 's'/`printf "\xce\xb0"`'/u/g' -e 's'/`printf "\xc3\xb5"`'/u/g' -e 's'/`printf "\xce\x92"`'/V/g' -e 's'/`printf "\xc3\x82"`'/V/g' -e 's'/`printf "\xce\xb2"`'/v/g' -e 's'/`printf "\xce\x96"`'/Z/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xce\xb6"`'/z/g' -e 's'/`printf "\xce\x9e"`'/KS/g' -e 's'/`printf "\xce\xbe"`'/ks/g' -e 's'/`printf "\xce\xa8"`'/PS/g' -e 's'/`printf "\xcf\x88"`'/ps/g' -e 's'/`printf "\xce\x98"`'/TH/g' -e 's'/`printf "\xce\xb8"`'/th/g' -e 's/Ipeiros/Epirus/g' -e 's/EPT/ERT/g' /etc/enigma2/lamedb
    reboot
    yinede her ihtimale karsı /etc/enigma2/icindeki lamedb dosyasını yedek almanızda yarar var

    kolay gelsin
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  4. Teşekkür edenler:

    SABIR39 (8.10.2018) , sonic (8.10.2018) , iyikosan (8.10.2018) , Elvis (8.10.2018)

  5. #3
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    5 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    bu da rusca

    Kod:
    #rusca
    sed -i -e 's'/`printf "\xd0\x90"`'/A/g' -e 's'/`printf "\xd0\xb0"`'/a/g' -e 's'/`printf "\xd0\x91"`'/B/g' -e 's'/`printf "\xd0\xb1"`'/b/g' -e 's'/`printf "\xd0\x92"`'/V/g' -e 's'/`printf "\xd0\xb2"`'/v/g' -e 's'/`printf "\xd0\x93"`'/G/g' -e 's'/`printf "\xd0\xb3"`'/g/g' -e 's'/`printf "\xd0\x94"`'/D/g' -e 's'/`printf "\xd0\xb4"`'/d/g' -e 's'/`printf "\xd0\x95"`'/E/g' -e 's'/`printf "\xd0\xb5"`'/e/g' -e 's'/`printf "\xd0\x81"`'/E/g' -e 's'/`printf "\xd1\x91"`'/e/g' -e 's'/`printf "\xd0\xad"`'/E/g' -e 's'/`printf "\xd1\x8d"`'/e/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xd0\x96"`'/J/g' -e 's'/`printf "\xd0\xb6"`'/j/g' -e 's'/`printf "\xd0\x97"`'/Z/g' -e 's'/`printf "\xd0\xb7"`'/z/g' -e 's'/`printf "\xd0\x98"`'/I/g' -e 's'/`printf "\xd0\xb8"`'/i/g' -e 's'/`printf "\xd0\x99"`'/I/g' -e 's'/`printf "\xd0\xb9"`'/i/g' -e 's'/`printf "\xd0\x9a"`'/K/g' -e 's'/`printf "\xd0\xba"`'/k/g' -e 's'/`printf "\xd0\x9b"`'/L/g' -e 's'/`printf "\xd0\xbb"`'/l/g' -e 's'/`printf "\xd0\x9c"`'/M/g' -e 's'/`printf "\xd0\xbc"`'/m/g' -e 's'/`printf "\xd0\x9d"`'/N/g' -e 's'/`printf "\xd0\xbd"`'/n/g' /etc/enigma2/lamedb 
    sed -i -e 's'/`printf "\xd0\x9e"`'/O/g' -e 's'/`printf "\xd0\xbe"`'/o/g' -e 's'/`printf "\xd0\x9f"`'/P/g' -e 's'/`printf "\xd0\xbf"`'/p/g' -e 's'/`printf "\xd0\xa0"`'/R/g' -e 's'/`printf "\xd1\x80"`'/r/g' -e 's'/`printf "\xd0\xa1"`'/S/g' -e 's'/`printf "\xd1\x81"`'/s/g' -e 's'/`printf "\xd0\xa8"`'/S/g' -e 's'/`printf "\xd1\x88"`'/s/g' -e 's'/`printf "\xd0\xa2"`'/T/g' -e 's'/`printf "\xd1\x82"`'/t/g' -e 's'/`printf "\xd0\xa3"`'/U/g' -e 's'/`printf "\xd1\x83"`'/u/g' -e 's'/`printf "\xd0\xa4"`'/F/g' -e 's'/`printf "\xd1\x84"`'/f/g' /etc/enigma2/lamedb 
    sed -i -e 's'/`printf "\xd0\xa5"`'/H/g' -e 's'/`printf "\xd1\x85"`'/h/g' -e 's'/`printf "\xd0\xa6"`'/C/g' -e 's'/`printf "\xd1\x86"`'/c/g' -e 's'/`printf "\xd0\xa7"`'/C/g' -e 's'/`printf "\xd1\x87"`'/c/g' -e 's'/`printf "\xd0\xa9"`'/SL/g' -e 's'/`printf "\xd1\x89"`'/sl/g' -e 's'/`printf "\xd0\xab"`'/YI/g' -e 's'/`printf "\xd1\x8b"`'/yi/g' -e 's'/`printf "\xd0\xae"`'/YU/g' -e 's'/`printf "\xd1\x8e"`'/yu/g' -e 's'/`printf "\xd0\xaf"`'/YA/g' -e 's'/`printf "\xd1\x8f"`'/ya/g' /etc/enigma2/lamedb
    bulgarca ve ukraynacada aynı alfabeyi kullanıyor bulgar kanalları latin yazıldıgı icin gerek yok kril alfabesiyle yazılan olsa da script duzeltecektir
    Konu endebar tarafından (8.10.2018 Saat 15:17 ) değiştirilmiştir.
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  6. Teşekkür edenler:

    SABIR39 (8.10.2018) , sonic (8.10.2018) , d-king (8.10.2018) , iyikosan (8.10.2018) , Elvis (8.10.2018)

  7. #4
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    2 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    ispanyolca

    Kod:
    sed -i -e 's'/`printf "\xc3\x91"`'/N/g' -e 's'/`printf "\xc3\xb1"`'/n/g' -e 's'/`printf "\xc3\x81"`'/A/g' -e 's'/`printf "\xc3\xa1"`'/a/g' -e 's'/`printf "\xc3\x89"`'/E/g' -e 's'/`printf "\xc3\xa9"`'/e/g' -e 's'/`printf "\xc3\x8d"`'/I/g' -e 's'/`printf "\xc3\xad"`'/i/g' -e 's'/`printf "\xc3\x93"`'/O/g' -e 's'/`printf "\xc3\xb3"`'/o/g' -e 's'/`printf "\xc3\x9a"`'/U/g' -e 's'/`printf "\xc3\xba"`'/u/g' -e 's'/`printf "\xc3\x9c"`'/U/g' -e 's'/`printf "\xc3\xbc"`'/u/g' -e 's'/`printf "\xc3\x87"`'/C/g' -e 's'/`printf "\xc3\xa7"`'/c/g' /etc/enigma2/lamedb
    ispanyolcadaki a e i u o uzerindeki isaretleri kaldırıyor latin alfabesinde okundugu gibi duzenliyor
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  8. Teşekkür edenler:

    SABIR39 (8.10.2018) , sonic (8.10.2018)

  9. #5
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    2 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    fransızca

    Kod:
    #fransızca
    sed -i -e 's'/`printf "\xc3\x80"`'/A/g' -e 's'/`printf "\xc3\xa0"`'/a/g' -e 's'/`printf "\xc3\x82"`'/A/g' -e 's'/`printf "\xc3\xa2"`'/a/g' -e 's'/`printf "\xc3\x86"`'/AE/g' -e 's'/`printf "\xc3\xa6"`'/ae/g' -e 's'/`printf "\xc3\x87"`'/C/g' -e 's'/`printf "\xc3\xa7"`'/c/g' -e 's'/`printf "\xc3\x89"`'/E/g' -e 's'/`printf "\xc3\xa9"`'/e/g' -e 's'/`printf "\xc3\x88"`'/E/g' -e 's'/`printf "\xc3\xa8"`'/e/g' -e 's'/`printf "\xc3\x8a"`'/E/g' -e 's'/`printf "\xc3\xaa"`'/e/g' -e 's'/`printf "\xc3\x8b"`'/E/g' -e 's'/`printf "\xc3\xab"`'/e/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xc3\x8e"`'/I/g' -e 's'/`printf "\xc3\xae"`'/i/g' -e 's'/`printf "\xc3\x8f"`'/I/g' -e 's'/`printf "\xc3\xaf"`'/i/g' -e 's'/`printf "\xc3\x94"`'/O/g' -e 's'/`printf "\xc3\xb4"`'/o/g' -e 's'/`printf "\xc5\x92"`'/CE/g' -e 's'/`printf "\xc5\x93"`'/ce/g' -e 's'/`printf "\xc3\x99"`'/U/g' -e 's'/`printf "\xc3\xb9"`'/u/g' -e 's'/`printf "\xc3\x9b"`'/U/g' -e 's'/`printf "\xc3\xbb"`'/u/g' -e 's'/`printf "\xc3\x9c"`'/U/g' -e 's'/`printf "\xc3\xbc"`'/u/g' -e 's'/`printf "\xc5\xb8"`'/Y/g' -e 's'/`printf "\xc3\xbf"`'/y/g' /etc/enigma2/lamedb
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  10. Teşekkür edenler:

    sonic (8.10.2018) , SABIR39 (8.10.2018)

  11. #6
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    3 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    sembol

    Kod:
    #sembol
    sed -i -e 's'/`printf "[\x5c]"`'//g' -e 's'/`printf "\x2a"`'//g' -e 's'/`printf "\x22"`'//g' -e 's'/`printf "\x25"`'//g' -e 's'/`printf "\x3b"`'//g' -e 's'/`printf "\x26"`'//g' -e 's'/`printf "\x3d"`'//g' -e 's'/`printf "\x3f"`'//g' -e 's'/`printf "\x40"`'//g' -e 's'/`printf "\x23"`'//g' -e 's'/`printf "\x24"`'//g' -e 's'/`printf "\x3c"`'//g' -e 's'/`printf "\x3e"`'//g' -e 's'/`printf "\x7c"`'/ /g' -e 's'/`printf "\x27"`'//g' -e 's'/`printf "\xc2\xa1"`'//g' -e 's'/`printf "\xc2\xa2"`'//g' -e 's'/`printf "\xc2\xa3"`'//g' -e 's'/`printf "\xc2\xa4"`'//g' -e 's'/`printf "\xc2\xa5"`'//g' -e 's'/`printf "\xc3\xb7"`'//g' -e 's'/`printf "\xc2\xbe"`'//g' -e 's'/`printf "\xc2\xbf"`'//g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xc2\x87"`'//g' -e 's'/`printf "\xc2\x86"`'//g' -e 's'/`printf "\xc3\xa4"`'/A/g' -e 's'/`printf "\xc2\xa6"`'//g' -e 's'/`printf "\xc2\xa7"`'//g' -e 's'/`printf "\xc2\xa8"`'//g' -e 's'/`printf "\xc2\xa9"`'//g' -e 's'/`printf "\xc2\xaa"`'//g' -e 's'/`printf "\xc2\xab"`'//g' -e 's'/`printf "\xc2\xac"`'//g' -e 's'/`printf "\xc2\xae"`'//g' -e 's'/`printf "\xc2\xaf"`'//g' -e 's'/`printf "\xc2\xb0"`'//g' -e 's'/`printf "\xc2\xb1"`'//g' -e 's'/`printf "\xc2\xb2"`'//g' -e 's'/`printf "\xc2\xb3"`'//g' -e 's'/`printf "\xc2\xb4"`'//g' -e 's'/`printf "\xc2\xb6"`'//g' -e 's'/`printf "\xc2\xb7"`'//g' -e 's'/`printf "\xc2\xb8"`'//g' -e 's'/`printf "\xc2\xb9"`'//g' -e 's'/`printf "\xc2\xba"`'//g' -e 's'/`printf "\xc2\xbb"`'//g' -e 's'/`printf "\xc2\xbc"`'//g' -e 's'/`printf "\xc2\xbd"`'//g' /etc/enigma2/lamedb
    bazı semboller degistirilemez tire iki nokta ustuste vs
    + degisir plus yazılır istege baglı diye degistirmedim


    her islemde lamedb dosyanızı yedek alınız
    Konu endebar tarafından (10.10.2018 Saat 15:19 ) değiştirilmiştir.
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  12. Teşekkür edenler:

    sonic (8.10.2018) , SABIR39 (8.10.2018) , Elvis (8.10.2018)

  13. #7
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    0 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    turkce
    Kod:
    #turkce
    sed -i -e 's'/`printf "\xc4\xb0"`'/I/g' -e 's'/`printf "\xc4\xb1"`'/i/g' -e 's'/`printf "\xc3\x96"`'/O/g' -e 's'/`printf "\xc3\xb6"`'/o/g' -e 's'/`printf "\xc3\x9c"`'/U/g' -e 's'/`printf "\xc3\xbc"`'/u/g' -e 's'/`printf "\xc3\x87"`'/C/g' -e 's'/`printf "\xc3\xa7"`'/c/g' -e 's'/`printf "\xc5\x9e"`'/S/g' -e 's'/`printf "\xc5\x9f"`'/s/g' -e 's'/`printf "\xc4\x9e"`'/G/g' -e 's'/`printf "\xc4\x9f"`'/g/g' /etc/enigma2/lamedb
    i lerde sorun oluyor ı yı i yapıyoruz ama i kullanmıssa kanal o yine i kalıyor
    YENi SiNEMA örnegin YENI SINEMA gorunmesi icin tum isimler buyuk harf olması gerekiyor
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  14. #8
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    0 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    tum kanalları buyuk harf yapmak
    Kod:
    #buyuk harf
    tr '[:lower:]' '[:upper:]' </etc/enigma2/lamedb> /etc/enigma2/lamedb1
    sed -i -e 's/EDVB SERVICES \/4\//eDVB services \/4\//g' /etc/enigma2/lamedb1
    sed -i -e 's/TRANSPONDERS/transponders/g' /etc/enigma2/lamedb1
    sed -i -e 's/END/end/g' /etc/enigma2/lamedb1
    sed -i -e 's/SERVICES/services/g' /etc/enigma2/lamedb1
    sed -i -e 's/	S /	s /g' /etc/enigma2/lamedb1
    sed -i -e 's/HAVE A LOT OF BUGS!/have a lot of bugs!/g' /etc/enigma2/lamedb1
    cp /etc/enigma2/lamedb1 /etc/enigma2/lamedb
    rm -rf /etc/enigma2/lamedb1
    
    reboot
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  15. #9
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    0 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    bu da tüm scriptlerin birlestirilmis hali

    Kod:
    #!/bin/sh
    init 4
    # yunanca
    sed -i -e 's'/`printf "\xce\x91"`'/A/g' -e 's'/`printf "\xce\x86"`'/A/g' -e 's'/`printf "\xce\xb1"`'/a/g' -e 's'/`printf "\xce\xac"`'/a/g' -e 's'/`printf "\xce\x94"`'/D/g' -e 's'/`printf "\xce\xb4"`'/d/g' -e 's'/`printf "\xce\x95"`'/E/g' -e 's'/`printf "\xce\x88"`'/E/g' -e 's'/`printf "\xce\xad"`'/e/g' -e 's'/`printf "\xce\xb5"`'/e/g' -e 's'/`printf "\xce\xa6"`'/F/g' -e 's'/`printf "\xcf\x86"`'/f/g' -e 's'/`printf "\xce\x93"`'/G/g' -e 's'/`printf "\xce\xb3"`'/g/g' -e 's'/`printf "\xce\xa7"`'/H/g' -e 's'/`printf "\xcf\x87"`'/h/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xce\x97"`'/I/g' -e 's'/`printf "\xce\x89"`'/I/g' -e 's'/`printf "\xce\xb7"`'/i/g' -e 's'/`printf "\xce\xae"`'/i/g' -e 's'/`printf "\xce\xaa"`'/I/g' -e 's'/`printf "\xce\x99"`'/I/g' -e 's'/`printf "\xce\x8a"`'/I/g' -e 's'/`printf "\xce\xb9"`'/i/g' -e 's'/`printf "\xcf\x8a"`'/i/g' -e 's'/`printf "\xce\xaf"`'/i/g' -e 's'/`printf "\xce\x90"`'/i/g' -e 's'/`printf "\xc3\x9e"`'/i/g' -e 's'/`printf "\xce\x9a"`'/K/g' -e 's'/`printf "\xce\xba"`'/k/g' -e 's'/`printf "\xce\x9b"`'/L/g' -e 's'/`printf "\xce\xbb"`'/l/g' -e 's'/`printf "\xc3\xab"`'/l/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xce\x9c"`'/M/g' -e 's'/`printf "\xce\xbc"`'/m/g' -e 's'/`printf "\xce\x9d"`'/N/g' -e 's'/`printf "\xce\xbd"`'/n/g' -e 's'/`printf "\xce\x9f"`'/O/g' -e 's'/`printf "\xce\x8c"`'/O/g' -e 's'/`printf "\xce\xbf"`'/o/g' -e 's'/`printf "\xcf\x8c"`'/o/g' -e 's'/`printf "\xc3\xaf"`'/o/g' -e 's'/`printf "\xce\xa9"`'/O/g' -e 's'/`printf "\xce\x8f"`'/O/g' -e 's'/`printf "\xcf\x89"`'/o/g' -e 's'/`printf "\xcf\x8e"`'/o/g' -e 's'/`printf "\xce\xa0"`'/P/g' -e 's'/`printf "\xcf\x80"`'/p/g' -e 's'/`printf "\xce\xa1"`'/R/g' /etc/enigma2/lamedb 
    sed -i -e 's'/`printf "\xcf\x81"`'/r/g' -e 's'/`printf "\xce\xa3"`'/S/g' -e 's'/`printf "\xcf\x83"`'/s/g' -e 's'/`printf "\xcf\x82"`'/s/g' -e 's'/`printf "\xce\xa4"`'/T/g' -e 's'/`printf "\xcf\x84"`'/t/g' -e 's'/`printf "\xce\xa5"`'/U/g' -e 's'/`printf "\xce\x8e"`'/U/g' -e 's'/`printf "\xcf\x85"`'/u/g' -e 's'/`printf "\xcf\x8b"`'/u/g' -e 's'/`printf "\xcf\x8d"`'/u/g' -e 's'/`printf "\xce\xb0"`'/u/g' -e 's'/`printf "\xc3\xb5"`'/u/g' -e 's'/`printf "\xce\x92"`'/V/g' -e 's'/`printf "\xc3\x82"`'/V/g' -e 's'/`printf "\xce\xb2"`'/v/g' -e 's'/`printf "\xce\x96"`'/Z/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xce\xb6"`'/z/g' -e 's'/`printf "\xce\x9e"`'/KS/g' -e 's'/`printf "\xce\xbe"`'/ks/g' -e 's'/`printf "\xce\xa8"`'/PS/g' -e 's'/`printf "\xcf\x88"`'/ps/g' -e 's'/`printf "\xce\x98"`'/TH/g' -e 's'/`printf "\xce\xb8"`'/th/g' -e 's/Ipeiros/Epirus/g' -e 's/EPT/ERT/g' /etc/enigma2/lamedb
    #rusca
    sed -i -e 's'/`printf "\xd0\x90"`'/A/g' -e 's'/`printf "\xd0\xb0"`'/a/g' -e 's'/`printf "\xd0\x91"`'/B/g' -e 's'/`printf "\xd0\xb1"`'/b/g' -e 's'/`printf "\xd0\x92"`'/V/g' -e 's'/`printf "\xd0\xb2"`'/v/g' -e 's'/`printf "\xd0\x93"`'/G/g' -e 's'/`printf "\xd0\xb3"`'/g/g' -e 's'/`printf "\xd0\x94"`'/D/g' -e 's'/`printf "\xd0\xb4"`'/d/g' -e 's'/`printf "\xd0\x95"`'/E/g' -e 's'/`printf "\xd0\xb5"`'/e/g' -e 's'/`printf "\xd0\x81"`'/E/g' -e 's'/`printf "\xd1\x91"`'/e/g' -e 's'/`printf "\xd0\xad"`'/E/g' -e 's'/`printf "\xd1\x8d"`'/e/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xd0\x96"`'/J/g' -e 's'/`printf "\xd0\xb6"`'/j/g' -e 's'/`printf "\xd0\x97"`'/Z/g' -e 's'/`printf "\xd0\xb7"`'/z/g' -e 's'/`printf "\xd0\x98"`'/I/g' -e 's'/`printf "\xd0\xb8"`'/i/g' -e 's'/`printf "\xd0\x99"`'/I/g' -e 's'/`printf "\xd0\xb9"`'/i/g' -e 's'/`printf "\xd0\x9a"`'/K/g' -e 's'/`printf "\xd0\xba"`'/k/g' -e 's'/`printf "\xd0\x9b"`'/L/g' -e 's'/`printf "\xd0\xbb"`'/l/g' -e 's'/`printf "\xd0\x9c"`'/M/g' -e 's'/`printf "\xd0\xbc"`'/m/g' -e 's'/`printf "\xd0\x9d"`'/N/g' -e 's'/`printf "\xd0\xbd"`'/n/g' /etc/enigma2/lamedb 
    sed -i -e 's'/`printf "\xd0\x9e"`'/O/g' -e 's'/`printf "\xd0\xbe"`'/o/g' -e 's'/`printf "\xd0\x9f"`'/P/g' -e 's'/`printf "\xd0\xbf"`'/p/g' -e 's'/`printf "\xd0\xa0"`'/R/g' -e 's'/`printf "\xd1\x80"`'/r/g' -e 's'/`printf "\xd0\xa1"`'/S/g' -e 's'/`printf "\xd1\x81"`'/s/g' -e 's'/`printf "\xd0\xa8"`'/S/g' -e 's'/`printf "\xd1\x88"`'/s/g' -e 's'/`printf "\xd0\xa2"`'/T/g' -e 's'/`printf "\xd1\x82"`'/t/g' -e 's'/`printf "\xd0\xa3"`'/U/g' -e 's'/`printf "\xd1\x83"`'/u/g' -e 's'/`printf "\xd0\xa4"`'/F/g' -e 's'/`printf "\xd1\x84"`'/f/g' /etc/enigma2/lamedb 
    sed -i -e 's'/`printf "\xd0\xa5"`'/H/g' -e 's'/`printf "\xd1\x85"`'/h/g' -e 's'/`printf "\xd0\xa6"`'/C/g' -e 's'/`printf "\xd1\x86"`'/c/g' -e 's'/`printf "\xd0\xa7"`'/C/g' -e 's'/`printf "\xd1\x87"`'/c/g' -e 's'/`printf "\xd0\xa9"`'/SL/g' -e 's'/`printf "\xd1\x89"`'/sl/g' -e 's'/`printf "\xd0\xab"`'/YI/g' -e 's'/`printf "\xd1\x8b"`'/yi/g' -e 's'/`printf "\xd0\xae"`'/YU/g' -e 's'/`printf "\xd1\x8e"`'/yu/g' -e 's'/`printf "\xd0\xaf"`'/YA/g' -e 's'/`printf "\xd1\x8f"`'/ya/g' /etc/enigma2/lamedb
    
    #ispanyolca
    sed -i -e 's'/`printf "\xc3\x91"`'/N/g' -e 's'/`printf "\xc3\xb1"`'/n/g' -e 's'/`printf "\xc3\x81"`'/A/g' -e 's'/`printf "\xc3\xa1"`'/a/g' -e 's'/`printf "\xc3\x89"`'/E/g' -e 's'/`printf "\xc3\xa9"`'/e/g' -e 's'/`printf "\xc3\x8d"`'/I/g' -e 's'/`printf "\xc3\xad"`'/i/g' -e 's'/`printf "\xc3\x93"`'/O/g' -e 's'/`printf "\xc3\xb3"`'/o/g' -e 's'/`printf "\xc3\x9a"`'/U/g' -e 's'/`printf "\xc3\xba"`'/u/g' -e 's'/`printf "\xc3\x9c"`'/U/g' -e 's'/`printf "\xc3\xbc"`'/u/g' -e 's'/`printf "\xc3\x87"`'/C/g' -e 's'/`printf "\xc3\xa7"`'/c/g' /etc/enigma2/lamedb
    
    #fransızca
    sed -i -e 's'/`printf "\xc3\x80"`'/A/g' -e 's'/`printf "\xc3\xa0"`'/a/g' -e 's'/`printf "\xc3\x82"`'/A/g' -e 's'/`printf "\xc3\xa2"`'/a/g' -e 's'/`printf "\xc3\x86"`'/AE/g' -e 's'/`printf "\xc3\xa6"`'/ae/g' -e 's'/`printf "\xc3\x87"`'/C/g' -e 's'/`printf "\xc3\xa7"`'/c/g' -e 's'/`printf "\xc3\x89"`'/E/g' -e 's'/`printf "\xc3\xa9"`'/e/g' -e 's'/`printf "\xc3\x88"`'/E/g' -e 's'/`printf "\xc3\xa8"`'/e/g' -e 's'/`printf "\xc3\x8a"`'/E/g' -e 's'/`printf "\xc3\xaa"`'/e/g' -e 's'/`printf "\xc3\x8b"`'/E/g' -e 's'/`printf "\xc3\xab"`'/e/g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xc3\x8e"`'/I/g' -e 's'/`printf "\xc3\xae"`'/i/g' -e 's'/`printf "\xc3\x8f"`'/I/g' -e 's'/`printf "\xc3\xaf"`'/i/g' -e 's'/`printf "\xc3\x94"`'/O/g' -e 's'/`printf "\xc3\xb4"`'/o/g' -e 's'/`printf "\xc5\x92"`'/CE/g' -e 's'/`printf "\xc5\x93"`'/ce/g' -e 's'/`printf "\xc3\x99"`'/U/g' -e 's'/`printf "\xc3\xb9"`'/u/g' -e 's'/`printf "\xc3\x9b"`'/U/g' -e 's'/`printf "\xc3\xbb"`'/u/g' -e 's'/`printf "\xc3\x9c"`'/U/g' -e 's'/`printf "\xc3\xbc"`'/u/g' -e 's'/`printf "\xc5\xb8"`'/Y/g' -e 's'/`printf "\xc3\xbf"`'/y/g' /etc/enigma2/lamedb
    
    #sembol
    sed -i -e 's'/`printf "[\x5c]"`'//g' -e 's'/`printf "\x2a"`'//g' -e 's'/`printf "\x22"`'//g' -e 's'/`printf "\x25"`'//g' -e 's'/`printf "\x3b"`'//g' -e 's'/`printf "\x26"`'//g' -e 's'/`printf "\x3d"`'//g' -e 's'/`printf "\x3f"`'//g' -e 's'/`printf "\x40"`'//g' -e 's'/`printf "\x23"`'//g' -e 's'/`printf "\x24"`'//g' -e 's'/`printf "\x3c"`'//g' -e 's'/`printf "\x3e"`'//g' -e 's'/`printf "\x7c"`'/ /g' -e 's'/`printf "\x27"`'//g' -e 's'/`printf "\xc2\xa1"`'//g' -e 's'/`printf "\xc2\xa2"`'//g' -e 's'/`printf "\xc2\xa3"`'//g' -e 's'/`printf "\xc2\xa4"`'//g' -e 's'/`printf "\xc2\xa5"`'//g' -e 's'/`printf "\xc3\xb7"`'//g' -e 's'/`printf "\xc2\xbe"`'//g' -e 's'/`printf "\xc2\xbf"`'//g' /etc/enigma2/lamedb
    sed -i -e 's'/`printf "\xc2\x87"`'//g' -e 's'/`printf "\xc2\x86"`'//g' -e 's'/`printf "\xc3\xa4"`'/A/g' -e 's'/`printf "\xc2\xa6"`'//g' -e 's'/`printf "\xc2\xa7"`'//g' -e 's'/`printf "\xc2\xa8"`'//g' -e 's'/`printf "\xc2\xa9"`'//g' -e 's'/`printf "\xc2\xaa"`'//g' -e 's'/`printf "\xc2\xab"`'//g' -e 's'/`printf "\xc2\xac"`'//g' -e 's'/`printf "\xc2\xae"`'//g' -e 's'/`printf "\xc2\xaf"`'//g' -e 's'/`printf "\xc2\xb0"`'//g' -e 's'/`printf "\xc2\xb1"`'//g' -e 's'/`printf "\xc2\xb2"`'//g' -e 's'/`printf "\xc2\xb3"`'//g' -e 's'/`printf "\xc2\xb4"`'//g' -e 's'/`printf "\xc2\xb6"`'//g' -e 's'/`printf "\xc2\xb7"`'//g' -e 's'/`printf "\xc2\xb8"`'//g' -e 's'/`printf "\xc2\xb9"`'//g' -e 's'/`printf "\xc2\xba"`'//g' -e 's'/`printf "\xc2\xbb"`'//g' -e 's'/`printf "\xc2\xbc"`'//g' -e 's'/`printf "\xc2\xbd"`'//g' /etc/enigma2/lamedb
    
    #turkce
    sed -i -e 's'/`printf "\xc4\xb0"`'/I/g' -e 's'/`printf "\xc4\xb1"`'/i/g' -e 's'/`printf "\xc3\x96"`'/O/g' -e 's'/`printf "\xc3\xb6"`'/o/g' -e 's'/`printf "\xc3\x9c"`'/U/g' -e 's'/`printf "\xc3\xbc"`'/u/g' -e 's'/`printf "\xc3\x87"`'/C/g' -e 's'/`printf "\xc3\xa7"`'/c/g' -e 's'/`printf "\xc5\x9e"`'/S/g' -e 's'/`printf "\xc5\x9f"`'/s/g' -e 's'/`printf "\xc4\x9e"`'/G/g' -e 's'/`printf "\xc4\x9f"`'/g/g' /etc/enigma2/lamedb
    
    #buyuk harf
    tr '[:lower:]' '[:upper:]' </etc/enigma2/lamedb> /etc/enigma2/lamedb1
    sed -i -e 's/P:/p:/g' /etc/enigma2/lamedb1
    sed -i -e 's/EDVB SERVICES \/4\//eDVB services \/4\//g' /etc/enigma2/lamedb1
    sed -i -e 's/TRANSPONDERS/transponders/g' /etc/enigma2/lamedb1
    sed -i -e 's/END/end/g' /etc/enigma2/lamedb1
    sed -i -e 's/SERVICES/services/g' /etc/enigma2/lamedb1
    sed -i -e 's/	S /	s /g' /etc/enigma2/lamedb1
    sed -i -e 's/HAVE A LOT OF BUGS!/have a lot of bugs!/g' /etc/enigma2/lamedb1
    cp /etc/enigma2/lamedb1 /etc/enigma2/lamedb
    rm -rf /etc/enigma2/lamedb1
    
    
    
    reboot
    Konu endebar tarafından (10.10.2018 Saat 15:20 ) değiştirilmiştir.
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

  16. #10
    Vip Member endebar - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2011
    Mesajlar
    3.814
    Total 'Thanks' Received by This User :
    0 Bu Konu icin
    4.434 Toplam

    Standart Cevap: yunan alfabesindeki karakterleri utf8 e çevirme (kanal isimleri)

    extradan degisiklik yapmak isterseniz ornegin NAT GEO olmasın NATIONAL GEO olsun derseniz
    bu komutu kullanın
    Kod:
    sed -i -e 's/NAT GEO/NATIONAL GEO/g' /etc/enigma2/lamedb
    yazdıgınız komutu reboot tan onceki bir satıra yazabilirsiniz tabi kucuk harfle yazılmıs kanal ismini degistirecekseniz tum kanalları buyuk harf yapmadan onceye eklemeniz gerekiyor
    kolay gelsin
    insan olmak karşındakinin dinine, diline, ırkına bakmadan saygı göstermektir.
    AlıntıAlıntı

 

 

Benzer Konular

  1. Kanal listesindeki yayin isimleri gozukmuyor?
    Von SaRouMaNe im Forum Gigablue HD Genel
    Cevaplar: 0
    Son Mesaj: 1.03.2014, 01:09
  2. dm800 HD PVR Sim 3.0 ön panelde kanal isimleri görünmüyor.
    Von Gökhan Sezen im Forum DM800 HD PVR NewNigma2 Images
    Cevaplar: 1
    Son Mesaj: 4.03.2013, 22:09
  3. Çocuklarınızın Burç Karakterleri
    Von asemo im Forum Burçlar & Fal Dünyası
    Cevaplar: 12
    Son Mesaj: 16.03.2009, 13:14

Yetkileriniz

  • Konu Acma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok
  •  

Page generated in 1.711.671.951.54852 seconds with 23 queries Sayfa Boyutu (292524)