Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 7 of 32 FirstFirst ... 2567891217 ... LastLast
Results 61 to 70 of 315

Thread: ║➽║E²║Plugin║➽║YouTube Plugin║v.1296║*. By Taapat║

  1. #61
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    enigma2-plugin-extensions-youtube_h1+git649+ffeaa85-r0.0_all

    ● YouTubeSetup: fix exit without saving settings
    ● Add forgotten translation in latvian language
    ● Update russion translation Please someone fix it after me
    ● Update latvian language
    ● Regenerate language files after added config option
    ● Add setting to set subscriptions sort order You can choose the methods offered by the YouTube Data API by relevance, by order of activity or alphabetically.
    https://developers.google.com/youtube/v3/docs/subscriptions/list
    This setting is available if you are signed in and use your subscriptions.
    ● YouTubeVideoUrl: small code optimizations

    Thx@ Taapat

  2. Advertise Here
  3. #62
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    enigma2-plugin-extensions-youtube_1+git653+97ed419-r0_all

    -YouTubeVideoUrl: small code optimizations
    -Add setting to set subscriptions sort order
    (You can choose the methods offered by the YouTube Data API by relevance, by order of activity or alphabetically.
    https://developers.google.com/youtub...criptions/list
    This setting is available if you are signed in and use your subscriptions.)
    -Regenerate language files after added config option
    -Update latvian language
    -Update russion translation
    -YouTubeSetup: fix exit without saving settings
    -Small style fixes in YouTubeVideoUrl
    -YouTubeVideoUrl: pass embed URL to get_video_info request
    -YouTubeVideoUrl: skip OTF formats
    -YouTubeVideoUrl: another small code optimization

  4. #63
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    06.02.2021

    YouTube_h1+git
    655+c0e5966-r0.0


    ● Update translation files after text cosmetics
    ● Text cosmetics, thx GWARDAR close #112
    Personally, I don't like to change Ok and OK.
    I think it looks ugly if next to a button that is written in a normal camel case is a button that has text written only in capital letters.
    But I know there is an argument that Ok is not a word.
    I use my Latvian translation, where I can change Ok as I wish, so I change Ok to OK if others want this.
    ● YouTubeVideoUrl: another small code optimization

  5. #64
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    05-02-2021
    Youtube_h1+git
    661+d20911c-r0.0_all


    -GitHub Actions workflow updates
    Change name to build.
    Ignore changes in README.md and .travis.yml.
    Remove build directory from flake8 tests.
    -Chande download lint to releases in README
    -Build ipk package and create release with GitHub Actions
    -Fix paths in flake8 test in ci.yml
    -Change path to files for flake8 test in ci.yml
    -Use setup.py to compile python and language files for test un GitHub Actions

  6. #65
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    -07.02.2021

    Youtube_h1+git666+8546d83-r0.0_all


    ● Try use ar to create the package
    A hope this fix package install error on VTI.
    ● Try fix package version, thx for report arion75
    ● Use commit subject for release name
    A full message on multiple lines looks ugly.
    The other lines duplicate in the release description.
    ● YouTubeSetup: donot use removeNotifier
    Such a function not exist on BH, so it calls crash.
    ● Remove word Release from release name
    Allow skip release with the phrase skip-release in commit message.

    [skip-release]

    ● GitHub Actions workflow updates
    Change name to build.
    Ignore changes in README.md and .travis.yml.
    Remove build directory from flake8 tests.
    Thx @Reda & Hussain

  7. #66
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    08.02.2021

    YouTube_h1+git667+f8bdaab-r0.0


    ● Upload release ipk via ftp

  8. #67
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    Youtube_h1+git670+237a0e4-r0.0_all

    Update git.670
    Thx @Taapat

  9. #68
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    YouTube_h1+git674+a9ebbc7-r0.0 _all

    ● Create release only on push on master branch
    ● Showing only description in url tests
    Along with the id is too long and looks ugly in the test report.
    skip-release

    ● Show video id and description for test_videoUrl in log
    skip-release

    ● YouTubeVideoUrl: combine multiple functions
    into one _extract_signature_function()

  10. #69
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    Youtube_h1+git687+2f6ae29-r0.0_all


    • YouTubeVideoUrl: remove unused import for test
    • ci.yml use always() to publish release if tests skipped …

    I think this will allow release even if the test doesn't pass, which shouldn't happen.
    Need more testing and possibly extra workaround for this bug.
    Also add a repo check so not to publish releases on forks.
    • ci.yml: remove event_name check in deloy …
    • Now not used pull_request for jobsYouTubeVideoUrl: remove unused randint import
    • Use tests according to changes in the code …

    If only the python code has been changed then perform python tests, if language files have been changed then on test compile only language files
    • Run GitHub Actions jobs only on push …

    On pull request also is created commit push
    • Fix forgotten comma in previous commit
    • Add DASH mp4 video and audio in tests

  11. #70
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,331
    Uploads
    6,442
    Likes
    31,845

    Re: YouTube Plugin by Taapat

    YouTube_h1+git690+bdcc5df-r0.0_all


    ● ci.yml: again trying a new scenario
    Also fix identaion in jobs
    ● Cosmetic code changes ci.yml
    skip-release
    ● ci.yml: use only one job for test
    It seems not worth create several jobs because their creation takes more time and resources than an extra check in one.
    skip-release
    Thx @Taapat

Page 7 of 32 FirstFirst ... 2567891217 ... LastLast
Advertise Here

Similar Threads

  1. Replies: 52
    Last Post: 02-07-2026, 21:50:36
  2. Update ║➽║E²║Plugin║➽║ Hybrid IPTV Plugins║*.DreamOS║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 2
    Last Post: 17-06-2026, 13:29:19
  3. Update ║➽║E²║Plugin║➽║Bouquet Maker Xtream║*.By KiddaC║
    By Mafia_DZ in forum Enigma2 Plugins
    Replies: 85
    Last Post: 13-05-2026, 13:18:13
  4. Update ║➽║E²║Plugin║Foreca One Weather NEW║Lululla Make​║
    By dreams@t in forum Enigma2 Plugins
    Replies: 45
    Last Post: 01-05-2026, 21:37:27
  5. Update ║➽║E²║Plugin║➽║ s4aUpdater║v.1034║*.By Lululla​║
    By mehmetkarahanlı in forum Enigma2 Plugins
    Replies: 2
    Last Post: 29-03-2026, 17:15:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •