Git Product home page Git Product logo

Comments (8)

mmagnetix avatar mmagnetix commented on June 12, 2024 1

Hi,

analyzed TV-Show Tables,

streamStrVideoCodec, streamIVideoWidth, streamIVideoHeight, streamStrAudioCodec, streamIAudioChannels

TV-Show tables were the codec information is retrieved by the scraper:

tvshow-codec-info

TV-Show tables were NO codec information is retrieved by the scraper:

tvshow-no-codec-info

Problem is CLEAR. no bug in KWP but MariaDB tables with NO data codec,streamdata.
caused by the TV Show scraper.

Issue can be closed. since it is a scraper, local issue. buggy scraper!!

fixing TV Shows one by one is for now the only solutions by re-collecting the data.

Regards,
Magnetix

from kodiwebportal.

mmagnetix avatar mmagnetix commented on June 12, 2024

Example:

Realisator : Juan Carlos Fresnadillo
Scriptwriter : Elizabeth Kruger / Craig Shapiro / Matt JL Wheeler
Studio : CBS
Note : 8791
File path : /volume1/blahdieblah/Salvation/Season 01/Salvation - S01E01 - Pilot.mkv
Media Info :
File size : 2.1 GB

Media info is blank....

Regards,
Magnetix

from kodiwebportal.

yanncam avatar yanncam commented on June 12, 2024

Hi @mmagnetix,

Hum, do you use the latest version of KWP ?

On my side, Media Info is not blank like you can see on the attachment.

capture

Sincerely,

from kodiwebportal.

mmagnetix avatar mmagnetix commented on June 12, 2024

Hi,

using v1.2.0 of KWP
checking the git source v1.2.0 is the latest.

strange......

Regards,
Magnetix

from kodiwebportal.

mmagnetix avatar mmagnetix commented on June 12, 2024

Hi,

I might have found the problem. But not sure.

By retrieving the mediainfo Could you send me query example? So I can check if in the database tables the mediainfo is missing.

If so then It could be a scraper issue.

Thanks,
Magnetix

from kodiwebportal.

yanncam avatar yanncam commented on June 12, 2024

Hello,

I just have echo'ed the SQL query for a detailsTvShow:

SELECT tvshow_view.c00 AS tvshowTitleFR, tvshow_view.c01 AS tvshowSynopsis, season_view.episodes AS seasonNbEpisodes, season_view.season AS seasonIdseason, season_view.premiered AS seasonPremiered, season_view.playCount AS seasonPlayCount, episode_view.c13 AS episodeIdepisode, episode_view.c00 AS episodeTitle, episode_view.c10 AS episodeRealisator, episode_view.c04 AS episodeScriptwriter, episode_view.c03 AS episodeNote, episode_view.c01 AS episodeSynopsis, episode_view.playCount AS episodePlayCount, episode_view.studio, episode_view.strPath, episode_view.strFileName, episode_view.idEpisode, episode_view.idFile, ExtractValue(tvshow_view.c06,'/thumb[@season="-1"]') AS tvshowThumb0, MAX(streamdetails.strVideoCodec) AS streamStrVideoCodec, MAX(streamdetails.iVideoWidth) AS streamIVideoWidth, MAX(streamdetails.iVideoHeight) AS streamIVideoHeight, MAX(streamdetails.strAudioCodec) AS streamStrAudioCodec, MAX(streamdetails.iAudioChannels) AS streamIAudioChannels FROM tvshow_view, season_view, episode_view LEFT JOIN streamdetails ON episode_view.idFile=streamdetails.idFile WHERE tvshow_view.idShow=:id AND tvshow_view.idShow=season_view.idShow AND season_view.idShow=episode_view.idShow AND season_view.season=episode_view.c12 GROUP BY episode_view.idFile, streamdetails.idFile ORDER BY season_view.idSeason, CAST(episode_view.c13 as SIGNED INTEGER) ASC;

Try this query (by changing the :id by a TVShow ID) directly on your phpMyAdmin to debug.

Sincerely,

from kodiwebportal.

mmagnetix avatar mmagnetix commented on June 12, 2024

Hi,

Checking the tables. will report feedback. and thanks for the query.

Regards,
Magnetix

from kodiwebportal.

yanncam avatar yanncam commented on June 12, 2024

Hello @mmagnetix,

Thanks for your feedback and to have take the time to do some tests !
Ok, noted for the buddy scraper.
I close the issue,

Have a nice day,

from kodiwebportal.

Related Issues (20)

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.