1. hitokoto Radio - 人の物語を語る時間。
  2. 8. 捨てる服="宝の山”!? 古..
{ if (!this.player) return; this.time = this.player.currentTime; if (!this.player.paused) { setTimeout(updateTimeFn, this.interval); } }; setTimeout(updateTimeFn, this.interval); gtag('event', 'audio_start', { 'audio_title': '8. 捨てる服=\"宝の山”!? 古くからのアップサイクル手法「裂織(さきおり)」を語る!', 'audio_url': 'https://listen.style/p/hitokoto_radio/rbc6cxuy', 'audio_current_time': this.time }); }); this.player.addEventListener('timeupdate', () => { this.updateProgressBar(); if (this.hasPlayed && Math.floor(this.time / 30) != Math.floor(this.lastPosition / 30)) { this.updatePosition(); } // 95%以上再生で完了リクエスト送信 if (this.player.duration > 0 && this.time > (this.player.duration * 0.95) && !this.completedSent) { this.completedSent = true; this.updatePosition(); } // 巻き戻しリセット if (this.player.duration > 0 && this.time < (this.player.duration * 0.9)) { this.completedSent = false; } }); this.player.addEventListener('pause', () => { this.playing = false; if (this.hasPlayed) { this.updatePosition(); } }); window.addEventListener('beforeunload', () => { if (this.player && !this.player.paused) this.updatePosition(); }); this.player.addEventListener('ratechange', () => { this.updatePlaybackRate(); }); this.player.addEventListener('loadeddata', () => { if (this._loadeddataTriggered) return; this._loadeddataTriggered = true; this.player.currentTime = this.time; this.lastPosition = this.time; this.player.playbackRate = this.speed; }, { once: true }); }, playEpisode(start) { // console.log('play', this.time); if ((start <= this.player.currentTime) && (this.player.currentTime <= (start + 5))) { if (this.player.paused) { this.player.play(); } return; } this.time = start; this.player.currentTime = this.time; this.player.play(); // console.log(this.time); }, togglePlay() { this.player.paused ? this.player.play() : this.player.pause(); }, updatePosition() { this.lastPosition = this.time; fetch('https://listen.style/p/01jnwe9zkjfz4t44ca6nf25mea/01jnwe9zr21ya3gvp8cr1mpknk/update_position', { method: 'POST', body: JSON.stringify({ time: this.time }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'rHoaOTUUYx36GijsTDJKDhrPdJfIVrLqcucW8tzu'} }); }, updatePlaybackRate() { fetch('https://listen.style/update_playback_rate', { method: 'POST', body: JSON.stringify({ rate: this.player.playbackRate }), headers: { 'Content-Type': 'application/json','X-CSRF-TOKEN': 'rHoaOTUUYx36GijsTDJKDhrPdJfIVrLqcucW8tzu'} }); }, updateTime(t) { if (t < 0) { t = 0; } else if (this.player.duration < t) { t = Math.max(this.player.duration - 3, 0); } this.time = t; this.player.currentTime = t; this.updateProgressBar(); }, updateProgressBar(percent) { if (!percent) { percent = this.time * 100 / this.player.duration; } if (this.progressBar) { this.progressBar.style.width = percent + '%'; this.progressBar.parentElement.setAttribute('aria-valuenow', Math.floor(percent)); } }, setupKeyboardShortcuts() { document.addEventListener('keydown', (event) => { const playerElement = document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA' || document.activeElement.isContentEditable; if (playerElement) return; // Ignore key events when input or textarea is focused const shiftNotAllowedShortcuts = ['Space', 'KeyK', 'KeyM', 'ArrowLeft', 'ArrowRight', 'KeyJ', 'KeyL', 'KeyS', 'ArrowUp', 'ArrowDown']; if (shiftNotAllowedShortcuts.includes(event.code) && event.shiftKey) { // If shift is pressed and the shortcut should not allow shift, return return; } switch (event.code) { case 'Space': case 'KeyK': event.preventDefault(); this.togglePlay(); break; case 'KeyM': event.preventDefault(); this.player.muted = !this.player.muted; break; case 'ArrowLeft': event.preventDefault(); this.updateTime(this.time - 5); break; case 'ArrowRight': event.preventDefault(); this.updateTime(this.time + 5); break; case 'KeyJ': event.preventDefault(); this.updateTime(this.time - 10); break; case 'KeyL': event.preventDefault(); this.updateTime(this.time + 10); break; case 'KeyS': event.preventDefault(); this.addStar(); break; case 'Period': // > event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) + 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'Comma': // < event.preventDefault(); if (event.shiftKey) { this.speed = Math.min(Math.max(parseFloat(this.speed) - 0.1, 0.5), 4.0); this.speed = parseFloat(this.speed); this.player.playbackRate = this.speed; } break; case 'ArrowUp': event.preventDefault(); this.changeVolume(parseFloat(this.volume) + 0.05); break; case 'ArrowDown': event.preventDefault(); this.changeVolume(parseFloat(this.volume) - 0.05); break; default: break; } }); }, changeVolume(volume) { if (this.player && (volume >= 0 && volume <= 1)) { this.volume = volume; this.player.volume = this.volume; } } }" x-init=" window.addEventListener('notify', event => { showNotification(event.detail.message); }); window.addEventListener('replace-text', event => { replaceText(event.detail.searchString, event.detail.replacementString); }); const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); if (mediaQuery.matches) { document.documentElement.classList.add('dark'); } setupKeyboardShortcuts(); ">
8. 捨てる服="宝の山”!? 古くからのアップサイクル手法「裂織(さきおり)」を語る!
2024-12-08 13:44

8. 捨てる服="宝の山”!? 古くからのアップサイクル手法「裂織(さきおり)」を語る!

▼今回のトーク内容:

ヒトとコトを語る hitokoto Radio。今回は、アップサイクルで地域を元気にする長野県原村の「裂織(さきおり)」の取り組みを深掘りします!「裂織って何?」という基本から、木曽町から着物を譲り受ける話、蔵から発掘された着物の帯の活用、岐阜県東白川村の捨てられるお茶をつかった染め物づくり、そして服部シェフ監修の開発プロジェクトの幕開けまで、エピソードが盛りだくさん。地域資源を活かし、新たな価値を創り出す挑戦をぜひお聴きください!


▼番組概要:

人口1万人以下の農村で暮らす3人が、地域の魅力を掘り下げながら、日本の未来を考える番組。

暮らし、伝統、歴史を学び、今の日本を100年後に残すためのアイデアや方法を考えます。


▼毎週日曜日17時更新


▼番組ハッシュタグ:#ヒトコト


▼番組への感想やメッセージは以下までお寄せください: ask.hitokoto@gmail.com


▼MC:


👤服部大地(はっとり だいち)

1992年、北海道生まれ。鶴居村の「Heart’n Tree」シェフであり、「The Royal Express」最年少シェフ。地元食材を活かした料理に定評があり、2023年「RED U-35」でブロンズエッグ受賞。現在は食材ハンターやノマドシェフとして各地でポップアップを開催中。


https://www.instagram.com/hattori.daichi/


👤内田将大(うちだ まさひろ)

1990年生まれ、東京都出身。株式会社ムラシゴト代表。ゼネコンで約7年間、都市開発案件を担当した後、2022年から長野県原村(はらむら)に移住。「日本で最も美しい村」連合専任の地域おこし協力隊として活動する傍ら、2024年に起業。裂織(さきおり)ブランドの推進を日々行う。


https://www.instagram.com/uchimasa07/


👤長屋詠一郎

1993年生まれ、岐阜県関市板取出身。20代前半は海外で暮らす。6年後、日本のことがもっと知りたいと思い、長野県木曽町に移住。写真や動画を撮りつつ、木曽谷の手仕事と日本で最も美しい村連合の繋がりを活かした一棟貸しの宿「玄草」を準備中。


https://www.instagram.com/eiichiro_nagaya.jp/


👤ねこづくり講師: 二宮美香さん

https://www.instagram.com/gomagoma0205/


▼後援: 「日本で最も美しい村」連合

https://utsukushii-mura.jp/

感想

まだ感想はありません。最初の1件を書きましょう!

13:44

コメント

スクロール