Don’t Kill the Messenger with Movie Research Expert Kevin Goetz, brings his book Audience•ology to life by sharing intimate conversations with some of the most prominent filmmakers in Hollywood. On the first and third Wednesday of each month, a new episode is released featuring an interview with a prominent filmmaker, studio executive, or other movie and entertainment figures. Topics include stories of their filmmaking experiences, the impact that audience test screenings have had on their films, behind the scenes stories of filmmaker challenges, breaking into the industry, important filmmaking tips, and more.

Subscribe:  Apple Podcast | Spotify | Amazon Music | iHeart Radio

Don’t Kill the Messenger with Movie Research Expert Kevin Goetz, brings his book Audience•ology to life by sharing intimate conversations with some of the most prominent filmmakers in Hollywood. On the first and third Wednesday of each month, a new episode is released featuring an interview with a prominent filmmaker, studio executive, or other movie and entertainment figures. Topics include stories of their filmmaking experiences, the impact that audience test screenings have had on their films, behind the scenes stories of filmmaker challenges, breaking into the industry, important filmmaking tips, and more.

Subscribe:  Apple Podcast | Spotify | Amazon Music | iHeart Radio

Все Категория 1 Категория 2

Запись 1

Описание для записи 1

Запись 2

Описание для записи 2

Запись 3

Описание для записи 3

document.addEventListener('DOMContentLoaded', function() { const categoryFilter = document.getElementById('category-filter'); const searchFilter = document.getElementById('search-filter'); const records = document.querySelectorAll('li+.post-card'); console.log(records); function filterRecords() { const selectedCategory = categoryFilter.value.toLowerCase(); const searchText = searchFilter.value.toLowerCase(); records.forEach(function(record) { const recordCategory = record.getAttribute('data-category').toLowerCase(); const recordText = record.textContent.toLowerCase(); const matchesCategory = selectedCategory === '' || recordCategory === selectedCategory; const matchesSearch = searchText === '' || recordText.includes(searchText); if (matchesCategory && matchesSearch) { record.style.display = 'block'; } else { record.style.display = 'none'; } }); } // Добавляем слушатели событий для изменения фильтров categoryFilter.addEventListener('change', filterRecords); searchFilter.addEventListener('input', filterRecords); });
  • 1

  • 2

  • 3

  • 7

  • 8

  • 9

  • 10

  • 11

  • 12