Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions devs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3573,6 +3573,36 @@
"license": "MIT",
"topics": ["shell"]
}
},
{
"name": "TransLora",
"URL": "https://github.com/SloMR/TransLora",
"description": "AI-powered subtitle translation tool built around OpenAI-compatible chat completion APIs.",
"details": {
"language": "Python",
"license": "MIT",
"topics": [
"translation",
"subtitles",
"openai",
"localization"
]
}
},
{
"name": "Jellyfin Continue Watching Deduplicator",
"URL": "https://github.com/SloMR/jellyfin-plugin-dedupe-continue-watching",
"description": "Server-side Jellyfin plugin that deduplicates the Continue Watching row, showing only the most recently played episode per series.",
"details": {
"language": ["C#", "HTML", "PowerShell", "Shell"],
"license": "GPL-3.0",
"topics": [
"jellyfin",
"plugin",
"continue-watching",
"deduplication"
]
}
}
]
},
Expand Down
Loading