Dashboard
0 PDFs
0 Channels
0
PDFs Uploaded
0
YouTube Channels
0
Website Links
16
Categories

Recent Uploads

Latest additions to the library

📚

No uploads yet

Go to Upload PDF to add your first book.

Upload PDF / ePub
📄
Drop PDF or ePub here
or click to browse — PDF & ePub supported
Book Poster / Cover Image
🖼 Upload cover

Upload a poster or cover image for the book.
Ideal ratio: 2:3 (portrait)
Formats: JPG, PNG, WebP
Will be displayed in the poster grid on the main site.

Saving...
Manage Library
Cover Title Author Category Lang Type Status Actions
YouTube Channels
Add YouTube Channel
or

💡 Logo tip: On YouTube, open the channel → long-press profile picture → Copy image address → paste in URL field above

#LogoNameCategoryURLActions
Websites & Links
Add Website / Link

💡 Icon tip: use https://www.google.com/s2/favicons?domain=nofilmschool.com&sz=64 to auto-get favicon

#IconNameCategoryURLActions
Settings
Security
Change Admin Password
Update the password used to access this panel
Display Options
Show Demo PDFs
Show placeholder book entries on the main site when library is empty
Enable PDF Reader
Allow users to read PDFs in-browser
Enable Downloads
Allow users to download PDF files
Firebase Configuration
Paste your Firebase project credentials. Articles, scripts and PDFs will sync to Firestore in real time.
Data Management
If uploads are stuck or blocked, your Firebase Storage Rules need to allow writes.
Go to Firebase Console → Storage → Rules and paste:
rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read: if true;
      allow write: if true;
    }
  }
}
Also go to Firestore → Rules and paste:
rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {
    match /{document=**} {
      allow read: if true;
      allow write: if true;
    }
  }
}
Export All Data
Download all library data as JSON
Clear All PDFs
Remove all uploaded PDFs from the library
Bulk Import
Paste JSON or upload a .json / .csv file to add many entries at once.
PDFs: name, author, category, fileUrl, posterUrl, language, description
Scripts: title, writer, year, genre, region, url, readUrl, desc
Articles: title, cat, body, excerpt, img, videoUrl, date