I am building a small front-end for a television client. I know the basic database structure but do not want to spend manually inserting all the channel names and show names and timings into the database. Are there any sample databases that I can just use? For instance, I am looking for a database containing tv related information with a set of channels, with their logos and perhaps the shows that are being aired on these channels.
Any sample television databases out there?
1k Views Asked by Legend At
2
There are 2 best solutions below
0
Eric Bréchemier
On
I remember being there myself...
When I used to work for a start-up compressing and transforming TV Guides for broadcast on the Mobile TV, we relied heavily on the 7 days of programs provided by the BBC in the TV-Anytime format: http://backstage.bbc.co.uk/data/7DayListingData?v=16wk
The BBC data is updated every day and it was the most complete source of TV programs available for free (for non-commercial use) at that time (2005-2007).
Some of our customers used data from the XML TV project (which comes from what I heard, from scrapping TV Guides from HTML pages of broadcasters...). It seems from the documentation that you need to install and run the software on your own PC to get data feeds.
Related Questions in XML
- Postgres && statement Error in Mybatis Mapper?
- Sorting items after building an XML feed?
- C# XML ModelBinding - ASP.NET Core 8 Web API - required field not found
- How can I create an automatic table of contents in docx without the text being bold?
- Odoo 16 Make Fields Readonly Using XPath
- Using similar tags for different objects in XML
- Android Studio problem like gradle sync project failed and plugin error, version 2023.2.1 Iguana
- error: cannot find symbol View root = inflater.inflate(R.layout.toolbar, parent, false);
- Android camera application restriction to 12 mp
- Azure Data Factory Copy Activity Only Importing First Row of XML file
- I am not able to remove space below the navigation view icon in android studio. What;s wrong with code?
- Field can be converted to a local variable ,convert field to local variable in onCreate method
- Deserialize XML with optional different name
- Retrieve tags from xml using python
- Getting attribute from xml and printing it error
Related Questions in DATABASE
- How to add the dynamic new rows from my registration form in my database?
- How to store a date/time in sqlite (or something similar to a date)
- Problem with add new attribute in table with BOTO3 on python
- When an E-R attribute should be perceived as a relationship attribute or as an entity set attribute?
- SQLAlchemy: efficient relationship loading in 3-way many-to-many relationship
- Cannot connect to Postgres Database when running Quarkus Tests with Gitlab ci
- Local or remote database with react-native?
- I want to edit a specific row in database
- How to enter data in mongodb array at specific position such that if there is only 2 data in array and I want to insert at 5, then rest data is null
- Open Web Library
- database login.py and register.py error showing 404 file not found and doesn't work
- SQL71561: SqlComputedColumn: When column selected
- Liquibase as SaaS To Configure Multiple Database as Dynamic
- Updated max input vars but table still shows error
- Spring does not map set of roles
Related Questions in OPEN-SOURCE
- How can i redirect pull request from main branch to another branch
- Connect to a specific country using Psiphon vpn from Command line
- How to start material 3 compose project forked from official androix repository
- Motorola G40 Fusion Display Issue: Power Button Not Turning On Display in Android 14 Custom ROMs
- How to be a member of pulseaudio gitlab?
- Compiling Indvidual Modules In Gnu radio
- How to activate the adaptive solver in torchdiffeq?
- Build gcc with a different name
- Twitch but practically free with p2p webRTC?
- Create a verified publisher domain DNS record not verifying on pub.dev
- Modification to Eigen library source code somehow degrades performance
- how to change Apexchart pie chart after select event?
- Should an open source library with a blocking method offer an asynchronous option for execution?
- I'm having troubles with compiling open source projects with VSCode
- Printer/Copier Device SDK
Related Questions in TELEVISION
- Flutter Android Tv Focus Issue-First index not focusing using arrow it start from second index but when use tab in pc it focus on first element
- Web Os app development using angular isuue
- Unknown manufacturer type when controlling TV using IR LED
- Nullish coalescing assignment (??=) causing issue on TV browser. How to elegantly resolve this
- How exactly are DRM modes (or modelines) interpreted when interlaced?
- Navigation with Dpad events in flutter tv app
- DNS_PROBE_FINISHED_NXDOMAIN when accessing local website
- Android TV/Leanback: `GuidedStepSupportFragment` missing/incorrect padding
- Offer app-settings / -menu in Android TV app
- How to start Activity immediately?
- Android TV (Leanback) App: Toggle/switch for GuidedStepSupportFragment
- How to create and write to a virtual video device on Linux using C?
- How to create an Android custom MediaCas plugin?
- Television app rejected by google play store
- How to navigate google map in android tv app using remote d-pad?
Related Questions in EPG
- Editing EPG XML with Python
- Trying to search EPG XML-data
- Use libdvbpsi on Android app to get EPG information
- How I can create an EPG for tv?
- Oracle Apex installation issue
- Script for EPG (electronic program guide)
- Android EPG view in android Mobile (OTT Application)
- How to create program guide based on Android Tv Input Framework, as below shown diagram
- How does the Eelectronic Program Guide view update while scrolling?
- EPG Layout like androidtv livetv app
- Android TV Input HAL EPG support and timeshifting
- I want to create the collectionView like it has in JIOtv App. This is something new, Answer not available on Internet
- It is possible to vertical scroll as ViewGroup in android using TV remote navigation
- Unable to scroll down in TV(EPG-GUIDE)Using TV Remote Down Button
- It is Possible to set the TV remote navigation focus in EPG-GUIDE using Canvas & View Group in android
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Take a look at TVRage.com. They have various feeds that might be useful to you. It's not complete by any means. I'm assuming you just want this for development and debugging?
The BBC has an API.