|
6ffb7e23d4
|
Update
|
2025-06-07 10:13:46 +09:00 |
|
|
e43a35f64a
|
Fix database migration
|
2025-06-07 09:05:41 +09:00 |
|
|
986743949f
|
feat: 記事ごとのポッドキャスト生成と新規記事検出システム、モダンUIの実装
- 新規記事検出システム: 記事の重複チェックと新規記事のみ処理
- 記事単位ポッドキャスト: フィード統合から記事個別エピソードに変更
- 6時間間隔バッチ処理: 自動定期実行スケジュールの改善
- 完全UIリニューアル: ダッシュボード・フィード管理・エピソード管理の3画面構成
- アクセシビリティ強化: ARIA属性、キーボードナビ、高コントラスト対応
- データベース刷新: feeds/articles/episodes階層構造への移行
- 中央集権設定管理: services/config.ts による設定統一
- エラーハンドリング改善: 全モジュールでの堅牢なエラー処理
- TypeScript型安全性向上: null安全性とインターフェース改善
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-06-07 08:47:10 +09:00 |
|
|
c8cadfed62
|
Merge pull request #1 from anosatsuk124/codex/write-readme
Add project documentation
|
2025-06-05 06:36:05 +09:00 |
|
|
d7107a1e0c
|
refactor: use relative paths for API calls
|
2025-06-05 06:28:24 +09:00 |
|
|
5d1e9997da
|
docs: expand README
|
2025-06-05 06:24:57 +09:00 |
|
|
3f3c486f81
|
feat: 環境変数からAPIエンドポイントを取得するように変更
|
2025-06-05 06:22:12 +09:00 |
|
|
b7f81e53f5
|
chore: move updatePodcastRSS to after loop
|
2025-06-04 22:25:32 +09:00 |
|
|
4a9f8e0264
|
chore: remove unused dependencies
|
2025-06-04 18:16:51 +09:00 |
|
|
12c023486b
|
refactor: use bun spawn for mp3 conversion
|
2025-06-04 18:10:22 +09:00 |
|
|
5a7f57b4da
|
feat: add ffmpeg-static and update dependencies
|
2025-06-04 17:45:27 +09:00 |
|
|
dffa64ca0c
|
build: install ffmpeg dependency
|
2025-06-04 17:36:50 +09:00 |
|
|
6e6164764a
|
chore: remove process.exit(1) from error handling
|
2025-06-04 17:09:41 +09:00 |
|
|
cdea24d538
|
build: build frontend assets
|
2025-06-04 17:09:01 +09:00 |
|
|
62fcf4c12c
|
feat: Implement batch processing and scheduling
|
2025-06-04 17:06:22 +09:00 |
|
|
3934d630cb
|
feat: run batch process as a separate process
|
2025-06-04 17:04:09 +09:00 |
|
|
f82e36e5bf
|
chore: add volume for data directory
|
2025-06-04 16:57:45 +09:00 |
|
|
1326f70e38
|
chore: update docker run command
|
2025-06-04 16:38:15 +09:00 |
|
|
e9e733ce8a
|
feat: support audio/mpeg for podcast and tts
|
2025-06-04 16:18:33 +09:00 |
|
|
60799ae9b7
|
feat: add build script for docker image
|
2025-06-04 16:13:26 +09:00 |
|
|
2cdca4d02d
|
feat: add script to run docker with volume mounts
|
2025-06-04 16:11:19 +09:00 |
|
|
3bb26f210a
|
feat: add Dockerfile for bun project
|
2025-06-04 16:09:18 +09:00 |
|
|
a04c2c828e
|
feat: add service to fetch and generate podcast content
|
2025-06-04 16:07:55 +09:00 |
|
|
95043f0ea5
|
feat: add fluent-ffmpeg and refactor batch process
|
2025-06-04 16:06:10 +09:00 |
|
|
935c4aaf95
|
feat: schedule daily batch process
|
2025-06-04 16:04:14 +09:00 |
|
|
57e594b65b
|
feat: schedule initial and daily batch processes
|
2025-06-04 16:03:38 +09:00 |
|
|
c9fc636871
|
feat: schedule daily batch process in server.ts
|
2025-06-04 16:02:35 +09:00 |
|
|
a50d54c206
|
feat: convert wav to mp3 and save
|
2025-06-04 16:00:44 +09:00 |
|
|
9b601c27f4
|
fix: wrap channel description in CDATA and escape CDATA terminators in item descriptions
|
2025-06-04 15:28:47 +09:00 |
|
|
ef95bc1667
|
fix: escape XML entities in podcast feed
|
2025-06-04 15:28:15 +09:00 |
|
|
82c40a7491
|
feat: improve podcast content generation prompt
|
2025-06-04 15:14:57 +09:00 |
|
|
ebe6b6d250
|
fix: handle empty items and no yesterday articles
|
2025-06-04 15:13:41 +09:00 |
|
|
8490e383ac
|
refactor: extract processFeedUrl function
|
2025-06-04 15:12:28 +09:00 |
|
|
91f0f23442
|
fix: correct file path for tts audio
|
2025-06-04 15:02:19 +09:00 |
|
|
212e6eb24d
|
fix: save tts audio with .wav extension
|
2025-06-04 14:41:50 +09:00 |
|
|
229b9750eb
|
refactor: remove .wav extension from uniqueId
|
2025-06-04 14:36:20 +09:00 |
|
|
93d87c5997
|
refactor: use unique ID for audio file and episode
|
2025-06-04 14:32:07 +09:00 |
|
|
1d6a6e1ee6
|
chore: move updatePodcastRSS call
|
2025-06-04 14:11:23 +09:00 |
|
|
08800b9f96
|
fix: update audio file path in podcast RSS feed
|
2025-06-04 14:05:05 +09:00 |
|
|
1ed1bb2e1b
|
fix: correct audio file path for filesize calculation
|
2025-06-04 14:01:26 +09:00 |
|
|
1603b2d95f
|
chore: update static file paths and content type
|
2025-06-04 13:58:47 +09:00 |
|
|
9cc3e1f66b
|
feat: use audio path for episode player and tts file name
|
2025-06-04 13:52:40 +09:00 |
|
|
2df3f0a8eb
|
refactor: append new episodes to existing podcast.xml
|
2025-06-04 13:46:50 +09:00 |
|
|
e6a6353a6c
|
feat: 環境変数PODCAST_BASE_URLを追加し、podcast.tsで利用するように変更
|
2025-06-04 13:44:02 +09:00 |
|
|
0fb2c79bdb
|
fix: escape ]]> and unescape & in podcast description
|
2025-06-04 13:41:11 +09:00 |
|
|
2c1ae6b867
|
fix: escape ]]> in podcast description
|
2025-06-04 13:41:02 +09:00 |
|
|
1e97a0847e
|
refactor: remove setIsPlaying calls in EpisodePlayer
|
2025-06-04 13:27:24 +09:00 |
|
|
0644ac66b7
|
feat: fix typescript errors
|
2025-06-04 13:26:59 +09:00 |
|
|
deede8e1e5
|
fix: escape ]]> in podcast description
|
2025-06-04 13:22:33 +09:00 |
|
|
bc80a50b2a
|
feat: add Apache License to the project
|
2025-06-04 12:43:53 +09:00 |
|