📚 Lecture Manager
Unified media manager for YouTube lectures, Facebook content, offline article reading, question banking, and productivity tracking.
🌟 Features
📺 YouTube Lectures
- Add lectures via YouTube URL or video ID
- Auto‑detect title, lecturer, date, and time from the title
- Organise files into a structured folder tree (by paper, subject, chapter)
- Download videos in 720p (or lower) with metadata and thumbnails
- Local playback via embedded player (web UI) or external player (CLI)
- YouTube upload (unlisted) with automatic mirror ID linking
- Mirror management – link original videos to uploaded copies
📘 Facebook Content
- Download videos, reels, and photos from Facebook
- Auto‑detect uploader and title
- Organise files by type (video/photo) with MD5‑based filenames
- Full database tracking with export/import
❓ Question Bank (New!)
- Import/export questions in multiple formats: TXT, CSV, JSON, XML (Moodle), HTML
- Support for four question types: essay, multichoice, truefalse, matching
- Context‑aware import – set global defaults (date, institution, level, paper, group, subject) and reuse them across questions
- Reading passage feature – define once, reuse in many questions
- Group questions into exam sections
- Web UI for browsing, searching, and viewing whole papers
- Advanced search and filtering
⏱️ Pomodoro Timer (New!)
- Built‑in Tkinter GUI timer with study sessions, short/long breaks
- Task management with priority, completion, and bulk add
- Study logging with subjects, session types (study/revision/pretest/exam)
- Daily, weekly, and monthly progress tracking
- Badges and streak tracking to keep you motivated
- Detailed analytics with charts (matplotlib)
📰 Offline Article Reader (Instapaper Integration)
- Save articles, YouTube lectures, or questions to Instapaper
- Offline storage of full article content with local search
- OAuth authentication and full API sync
🌐 Web Interface (Flask)
- Dashboard with library statistics and paper breakdown
- Browse and manage YouTube and Facebook entries
- View questions, whole papers, and browse by chapter
- Import/export questions via the web UI
- Stream local video files directly in the browser
🛠️ CLI Tools
- Full terminal interface with colour‑coded menus
- Tally and sync database with actual files
- Duplicate detection and resolution
- Backup, restore, and trash management
- File compression (re‑encode to 480p H.264) to save space
- Share/restore files via a shared directory
🗄️ Database Backend
- MariaDB/MySQL with automatic schema creation and migration
- Unique constraints prevent duplicate questions and lecture records
- Transaction‑safe import/export operations
🔊 Sound / Beep
The Pomodoro timer uses a beep to signal session end. If you don't hear a sound:
- In Konsole, enable the audible bell in Settings → Notifications.
- Or install
beep:sudo apt install beep - On some systems, the
paplayorspeaker-testfallbacks will work without extra setup.
🚀 Quick Start
Prerequisites
- Python 3.8 or higher
- MariaDB/MySQL server
ffmpeg(for video processing)deno(optional, used by some internal tools)
Installation
# Clone the repository
git clone https://github.com/blee-design/lecture-manager.git
cd lecture-manager
# Create a virtual environment and install the package
make setup
Release files for lecture-manager 3.0.1.post2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| lecture_manager-3.0.1.post2.tar.gz | 218.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| lecture_manager-3.0.1.post2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 427.3 kB
Release files / lecture_manager-3.0.1.post2.tar.gz
| Download URL | lecture_manager-3.0.1.post2.tar.gz |
|---|---|
| Size | 218.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5fa2da0808c47f6d045f15c532f54b3c2cbdfb00d988e4fbfdfcdd0031da5d7a
|
|
BLAKE2b-256 checksum How to use checksums |
fe01f900d89374378c936c51327f09c5f5c932d5bb6f978be821b91e2a7635ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|
Release files / lecture_manager-3.0.1.post2-py3-none-any.whl
| Download URL | lecture_manager-3.0.1.post2-py3-none-any.whl |
|---|---|
| Size | 209.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3820ec07ecde4c67bfffdc34a13e61b8f82fec37c2069491033e9c5b193d0886
|
|
BLAKE2b-256 checksum How to use checksums |
2bac2ea0320ec2206feb5a3c11105cbdc986906d228dfc7d39d084d1d5199bd9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|