TV3 is no longer the engine of the Catalan audiovisual, it is its brake. ”Eva Fontanals, president of the Association Productors Audiovisuals de Catalunya (PAC) in her appearance this week in the Culture Commission in the Parliament, where different representatives exposed the need to allocate a minimum of 2% of the Generalitat Budgets to the Department of Culture.
Fontanals From the Catalan corporation of the Mitjans Audiovisuals (CCMA) towards the producers. AGREEMENT. ” Therefore, Fontanals demanded that the Parliament “force the CCMA to a minimum agreement with the producers. We cannot continue to plunder the producers and thinking that later we can endure the conditions of the employees. It is impossible, it is impracticable.” “The producers have been negotiating with TV3 for a year and we have not reached any agreement” regarding Eva Fontanals in this commission of the Parliament, sources of the CCMA have commented to this newspaper that in the last three years, since the entry of the new Consell de Government, the investment in external producers has doubled and has passed from 38 million euros to 80. Last year the federation of audiovisual producers (Bow) sent a statement on the situation of the audiovisual industry in Catalonia theme to the CCMA. “The independent production sector has evolved towards a reduction in unclear rights, benefits and procedures by the CCMA to limits that make productions virtually unfeasible if it is not to the detriment of quality and the sector,” denounced its president Jordi B. Oliva. The Federation complained in a document aimed at the CCMA that the drafted of the regulatory norm of the procedure for the selection and contracting of audiovisual content for the media of the CCMA, published in 2016, “is harmful to the producers, harming the development of the industry”.
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!