Coder Social home page Coder Social logo

zips's People

Contributors

team-crew avatar thecrewwh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

zips's Issues

A bug in Chains and The Boys

Using The Crew Matrix Repo.
When viewing Music Concert lists in "Chains", or in Chains via "The Boys", the "Next Page" option crashes. It works fine going into "Chains Music Concerts" section inside the "Crew" add-on.

Daddylive : time zones

@thecrewwh
Thanks very much for fixing live sports section. Could you please switch default time zone to GMT instead of ET because it's easier to get orientation?
Best solution would be to implement custom time zone settings like Daddylive website does
IMG_20240414_101720

marauder

Not an issue but more of a question. Are you planning to port marauder addon to kodi 19. I really love this addon

thanks for taking to the time read my request.

Shadow Plugin: Premiumize only streaming transcoded 720p files

There's a bug in this function

def _single_magnet_resolve(self, magnet, pack_select=False):
    import logging
    
    folder_details = self.direct_download(magnet)['content']
    folder_details = sorted(folder_details, key=lambda i: int(i['size']), reverse=True)
    folder_details = [i for i in folder_details if source_utils.is_file_ext_valid(i['link'])]
    
    return folder_details[0]['stream_link'] 
    '''
    filter_list = [i for i in folder_details if source_utils.filter_movie_title(i['path'].split('/')[-1],
                                                                                args['info']['title'],
                                                                                args['info']['year'])]
    '''
    if len(filter_list) == 1:
        stream_link = self._fetch_transcode_or_standard(filter_list[0])
        self._handle_add_to_cloud(magnet)
        return stream_link

    filter_list = [tfile for tfile in folder_details if 'sample' not in tfile['path'].lower()]
    filter_list = [tfile for tfile in filter_list if source_utils.cleanTitle(args['info']['title'])
                      in source_utils.cleanTitle(tfile['path'].lower())]

    if len(filter_list) == 1:
        stream_link = self._fetch_transcode_or_standard(filter_list[0])
        self._handle_add_to_cloud(magnet)
        return stream_link

This line

    return folder_details[0]['stream_link'] 

should be replaced with

    return folder_details[0]['stream_link'] if tools.getSetting('premiumize.transcoded') == 'true' else folder_details[0]['link']

Also, everything below it in the same function is useless given the return and should be erased, final code:

def _single_magnet_resolve(self, magnet, pack_select=False):
    import logging
    
    folder_details = self.direct_download(magnet)['content']
    folder_details = sorted(folder_details, key=lambda i: int(i['size']), reverse=True)
    folder_details = [i for i in folder_details if source_utils.is_file_ext_valid(i['link'])]
    
    return folder_details[0]['stream_link'] if tools.getSetting('premiumize.transcoded') == 'true' else folder_details[0]['link']

TV247

Hi,
In your plugin.video.thecrew, in IPTV, Live Channel (TV247) not work.
Can you fix it please?
Thanks

Library

This is the error I get

C:\Program Files\Kodi\portable_data\addons\script.module.thecrew\lib\resources\lib\modules\cleantitle.py:40: FutureWarning: Possible nested set at position 5

title = re.sub(r'\n|([[].+?[]])|([(].+?[)])|\s(vs|v[.])\s|(:|;|-|โ€“|"|,|'|_|.|?)|\s', '', title).lower()

2021-04-30 07:55:00.742 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): script successfully run

2021-04-30 07:55:00.742 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): waiting on thread 2100

2021-04-30 07:55:02.091 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): waiting on thread 3860

2021-04-30 07:55:02.201 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): waiting on thread 13320

2021-04-30 07:55:03.972 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): waiting on thread 2084

2021-04-30 07:55:09.677 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): waiting on thread 5624

2021-04-30 07:55:11.490 T:6440 INFO : CPythonInvoker(37, C:\Program Files\Kodi\portable_data\addons\plugin.video.thecrew\thecrew.py): waiting on thread 9432

2021-04-30 07:55:11.729 T:6440 INFO : Python interpreter stopped

2021-04-30 07:55:11.746 T:8848 ERROR : Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.thecrew/?action=play&name=Zack+Snyder%27s+Justice+League+%282021%29&title=Zack+Snyder%27s+Justice+League&year=2021&imdb=tt12361974&tmdb=791373]

1

Reply

Dutch translation

Could you please chance the Dutch strings.po in resources change these following lines?
(and maybe change the full capitalization in 32057 in just uppercase)
Thanks in advance guys and keep up the great work on the app

msgctxt "#32057"
msgid "KEEP CALM and EXPECT US!"
msgstr "EVEN GEDULD AUB!"

(preferably into
msgctxt "#32057"
msgid "KEEP CALM and EXPECT US!"
msgstr "Even geduld a.u.b.!"
)

msgctxt "#32058"
msgid "This will slow down things until they are re-cached!"
msgstr "Dit zal dingen vertragen totdat ze opnieuw ge-cached worden!"

A pull Request

Plugin: plugin.video.pluto2tv V1.0.0
Kodi: 18.8

Hi,
I use the Pluto TV plugin but unfortunately the TV Guide on plugin gives an error when trying to load it.
I have fixed the issue for myself but would like to create a PR to submit the changes, but this repo only hosts the ZIPs.
Is there anywhere I could make the PR?

Many Thanks,

Azzy9

Crew Program Addon Crashes, no weather

Hello team Crew,
I wanted to thank you for this amazing Kodi addon! I have had Crew addon for a long time and recently decided to install the Crew Wizard (Program Addon) and try out the Crew build -Infusion 2 v1.1 K18 (CDTV). I really love the interface, the widgets, as well as the theme! However, I have noticed the build is not very stable: It often crashes or freezes when I try to view/watch something. In addition, I noticed that I couldn't install the Crew video-addon within -thought the reason might be because I have the Crew Wizard installed. In addition, I noticed the weather widget cannot be added to the main screen and it only shows one day forecast - the other builds allow modifications and adding more background and animated weather icon to the Weather setting along showing 7-10 days forecast!
If you have any fixes in mind or know of, please let me know. Hope you guys fix those issues for next version update.
Keep up the good work!
Regards

DV labels

Would really like to see labels for Dolby Vision.

DaddyLive some streams not working (AES 128 encrypted)

Hi.

DaddyLive's streams are more and more changing to AES 128 encryption (Player 1).
Kodi das not resolve and play it. I tried with ffmpeg and streamlink without success, too.

Maybe you can code resolvers for the streams that are provides with Player 2 and / or Player 3.
Those streams are not encrypted.

Thanks.

plugin.video.thecrew - 'German' sources are actually the Greek ones.

Greetings,

I don't know if this is the right place to report this, but the German sources are actually Greek ones. As you can see in script.module.thecrew there is only a gr folder containing the four Greek sites, not a de folder or any German (dubbed) language sites. Please update to at least remove/rename the German option.

Cartoon HD

Hi,

I would like to let you know thecrew stop show links belong to the cartoon hd site.
Thanks in advance to take time to fix it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.