Commit Graph
100 Commits
Author SHA1 Message Date
anosatsuk124 b5ff912fcb Update 2025-06-08 15:21:27 +09:00
anosatsuk124 ca236067e8 Revert "Fix"
This reverts commit 779b5ab43a.
2025-06-07 23:08:01 +09:00
anosatsuk124 31fe52f687 Revert "Update"
This reverts commit 0549a61753.
2025-06-07 22:58:38 +09:00
anosatsuk124 0549a61753 Update 2025-06-07 22:53:52 +09:00
anosatsuk124 779b5ab43a Fix 2025-06-07 22:43:35 +09:00
anosatsuk124 eeb0d8de29 Update 2025-06-07 22:38:50 +09:00
anosatsuk124 2102ff2b11 Fix? 2025-06-07 22:12:37 +09:00
anosatsuk124 10612d245a Fix 2025-06-07 21:47:43 +09:00
anosatsuk124 ed47add7bc Close #5 2025-06-07 19:48:46 +09:00
anosatsuk124 d12d55020f Close #3 2025-06-07 19:43:33 +09:00
anosatsuk124 a0a253cb43 Update 2025-06-07 19:35:55 +09:00
anosatsuk124 353843871a Close #2 2025-06-07 19:30:37 +09:00
anosatsuk124 b413162033 Add new batch scheduler service 2025-06-07 15:31:59 +09:00
anosatsuk124 ffb9ba644e Fix 2025-06-07 14:44:58 +09:00
anosatsuk124 6830d06ed4 Fix episode player and episode list 2025-06-07 14:24:33 +09:00
anosatsuk124 53a408d074 Fix episode list 2025-06-07 14:08:42 +09:00
anosatsuk124 bc2be914df Add some features to the admin panel 2025-06-07 14:06:11 +09:00
anosatsuk124 9b18963041 Fix database conflict and update schema 2025-06-07 13:58:08 +09:00
anosatsuk124 9580740398 Update 2025-06-07 13:45:48 +09:00
anosatsuk124 d642b913ab Update 2025-06-07 13:26:05 +09:00
anosatsuk124 c57a37c9dd Add admin panel 2025-06-07 13:24:57 +09:00
anosatsuk124 7915ed7a44 Fix 2025-06-07 12:42:06 +09:00
anosatsuk124 1296f81c37 Fix 2025-06-07 12:38:52 +09:00
anosatsuk124 354426fbb6 Fix 2025-06-07 12:34:18 +09:00
anosatsuk124 337b60de26 Fix 2025-06-07 12:31:43 +09:00
anosatsuk124 39f088641c Set limit as env 2025-06-07 12:11:13 +09:00
anosatsuk124 eae8e4d15a Update 2025-06-07 11:44:56 +09:00
anosatsuk124 1a5a01fd44 Update 2025-06-07 11:40:47 +09:00
anosatsuk124 3452d7c541 Update 2025-06-07 11:15:39 +09:00
anosatsuk124 17e9580e23 Fix 2025-06-07 10:58:03 +09:00
anosatsuk124 46353d46f9 Fix 2025-06-07 10:51:53 +09:00
anosatsuk124 5af943e8bd Revert "Update"
This reverts commit 7e17e30925.
2025-06-07 10:38:38 +09:00
anosatsuk124 1ce50794fb Add .dockerignore file to exclude unnecessary files from Docker builds 2025-06-07 10:34:43 +09:00
anosatsuk124 698b73afaa Fix timeout for TTS service 2025-06-07 10:33:09 +09:00
anosatsuk124 7e17e30925 Update 2025-06-07 10:26:17 +09:00
anosatsuk124 6ffb7e23d4 Update 2025-06-07 10:13:46 +09:00
anosatsuk124 e43a35f64a Fix database migration 2025-06-07 09:05:41 +09:00
anosatsuk124andClaude 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
anosatsuk124andGitHub c8cadfed62 Merge pull request #1 from anosatsuk124/codex/write-readme
Add project documentation
2025-06-05 06:36:05 +09:00
anosatsuk124 d7107a1e0c refactor: use relative paths for API calls 2025-06-05 06:28:24 +09:00
anosatsuk124 5d1e9997da docs: expand README 2025-06-05 06:24:57 +09:00
anosatsuk124 3f3c486f81 feat: 環境変数からAPIエンドポイントを取得するように変更 2025-06-05 06:22:12 +09:00
anosatsuk124 b7f81e53f5 chore: move updatePodcastRSS to after loop 2025-06-04 22:25:32 +09:00
anosatsuk124 4a9f8e0264 chore: remove unused dependencies 2025-06-04 18:16:51 +09:00
anosatsuk124 12c023486b refactor: use bun spawn for mp3 conversion 2025-06-04 18:10:22 +09:00
anosatsuk124 5a7f57b4da feat: add ffmpeg-static and update dependencies 2025-06-04 17:45:27 +09:00
anosatsuk124 dffa64ca0c build: install ffmpeg dependency 2025-06-04 17:36:50 +09:00
anosatsuk124 6e6164764a chore: remove process.exit(1) from error handling 2025-06-04 17:09:41 +09:00
anosatsuk124 cdea24d538 build: build frontend assets 2025-06-04 17:09:01 +09:00
anosatsuk124 62fcf4c12c feat: Implement batch processing and scheduling 2025-06-04 17:06:22 +09:00
anosatsuk124 3934d630cb feat: run batch process as a separate process 2025-06-04 17:04:09 +09:00
anosatsuk124 f82e36e5bf chore: add volume for data directory 2025-06-04 16:57:45 +09:00
anosatsuk124 1326f70e38 chore: update docker run command 2025-06-04 16:38:15 +09:00
anosatsuk124 e9e733ce8a feat: support audio/mpeg for podcast and tts 2025-06-04 16:18:33 +09:00
anosatsuk124 60799ae9b7 feat: add build script for docker image 2025-06-04 16:13:26 +09:00
anosatsuk124 2cdca4d02d feat: add script to run docker with volume mounts 2025-06-04 16:11:19 +09:00
anosatsuk124 3bb26f210a feat: add Dockerfile for bun project 2025-06-04 16:09:18 +09:00
anosatsuk124 a04c2c828e feat: add service to fetch and generate podcast content 2025-06-04 16:07:55 +09:00
anosatsuk124 95043f0ea5 feat: add fluent-ffmpeg and refactor batch process 2025-06-04 16:06:10 +09:00
anosatsuk124 935c4aaf95 feat: schedule daily batch process 2025-06-04 16:04:14 +09:00
anosatsuk124 57e594b65b feat: schedule initial and daily batch processes 2025-06-04 16:03:38 +09:00
anosatsuk124 c9fc636871 feat: schedule daily batch process in server.ts 2025-06-04 16:02:35 +09:00
anosatsuk124 a50d54c206 feat: convert wav to mp3 and save 2025-06-04 16:00:44 +09:00
anosatsuk124 9b601c27f4 fix: wrap channel description in CDATA and escape CDATA terminators in item descriptions 2025-06-04 15:28:47 +09:00
anosatsuk124 ef95bc1667 fix: escape XML entities in podcast feed 2025-06-04 15:28:15 +09:00
anosatsuk124 82c40a7491 feat: improve podcast content generation prompt 2025-06-04 15:14:57 +09:00
anosatsuk124 ebe6b6d250 fix: handle empty items and no yesterday articles 2025-06-04 15:13:41 +09:00
anosatsuk124 8490e383ac refactor: extract processFeedUrl function 2025-06-04 15:12:28 +09:00
anosatsuk124 91f0f23442 fix: correct file path for tts audio 2025-06-04 15:02:19 +09:00
anosatsuk124 212e6eb24d fix: save tts audio with .wav extension 2025-06-04 14:41:50 +09:00
anosatsuk124 229b9750eb refactor: remove .wav extension from uniqueId 2025-06-04 14:36:20 +09:00
anosatsuk124 93d87c5997 refactor: use unique ID for audio file and episode 2025-06-04 14:32:07 +09:00
anosatsuk124 1d6a6e1ee6 chore: move updatePodcastRSS call 2025-06-04 14:11:23 +09:00
anosatsuk124 08800b9f96 fix: update audio file path in podcast RSS feed 2025-06-04 14:05:05 +09:00
anosatsuk124 1ed1bb2e1b fix: correct audio file path for filesize calculation 2025-06-04 14:01:26 +09:00
anosatsuk124 1603b2d95f chore: update static file paths and content type 2025-06-04 13:58:47 +09:00
anosatsuk124 9cc3e1f66b feat: use audio path for episode player and tts file name 2025-06-04 13:52:40 +09:00
anosatsuk124 2df3f0a8eb refactor: append new episodes to existing podcast.xml 2025-06-04 13:46:50 +09:00
anosatsuk124 e6a6353a6c feat: 環境変数PODCAST_BASE_URLを追加し、podcast.tsで利用するように変更 2025-06-04 13:44:02 +09:00
anosatsuk124 0fb2c79bdb fix: escape ]]&gt; and unescape &amp; in podcast description 2025-06-04 13:41:11 +09:00
anosatsuk124 2c1ae6b867 fix: escape ]]&gt; in podcast description 2025-06-04 13:41:02 +09:00
anosatsuk124 1e97a0847e refactor: remove setIsPlaying calls in EpisodePlayer 2025-06-04 13:27:24 +09:00
anosatsuk124 0644ac66b7 feat: fix typescript errors 2025-06-04 13:26:59 +09:00
anosatsuk124 deede8e1e5 fix: escape ]]&gt; in podcast description 2025-06-04 13:22:33 +09:00
anosatsuk124 bc80a50b2a feat: add Apache License to the project 2025-06-04 12:43:53 +09:00
anosatsuk124 2ae9552b6f chore: add feed_urls.txt to .gitignore 2025-06-04 12:43:02 +09:00
anosatsuk124 c0b25ed2ee feat: create database directory if it doesn't exist 2025-06-04 12:40:40 +09:00
anosatsuk124 05105071f3 feat: implement feed classification and podcast content generation 2025-06-04 12:39:47 +09:00
anosatsuk124 08b11ae549 feat: add detailed logging for debugging and monitoring 2025-06-04 12:38:18 +09:00
anosatsuk124 4d6c482f00 fix: use provided filename in TTS generation 2025-06-04 12:37:28 +09:00
anosatsuk124 c8dd8c9466 feat: generate unique filenames for audio files 2025-06-04 12:36:53 +09:00
anosatsuk124 b88aa05b84 feat: Remove Next.js and use environment variables 2025-06-04 12:32:11 +09:00
anosatsuk124 8bca7473ff feat: add isPlaying state to EpisodePlayer 2025-06-04 12:19:58 +09:00
anosatsuk124 940e5c3906 - fix: resolve TypeScript errors in EpisodePlayer and podcast service 2025-06-04 12:17:53 +09:00
anosatsuk124 9d693ebbe5 fix: correct OpenRouter API endpoint URL 2025-06-04 12:04:56 +09:00
anosatsuk124 e2fc73b479 fix: use finalItemId in markAsProcessed 2025-06-04 12:03:16 +09:00
anosatsuk124 72ec925357 fix: generate fallback ID for feed items 2025-06-04 12:02:03 +09:00
anosatsuk124 8a85e054a9 fix: ensure podcast directory exists and use async/await 2025-06-04 12:00:31 +09:00
anosatsuk124 e11bd09308 feat: add validation for feed item IDs 2025-06-04 11:58:20 +09:00
anosatsuk124 ac8dd91b7f feat: migrate to vite and hono 2025-06-04 11:46:50 +09:00