site specific search - panuozzo77/StreamingCommunity GitHub Wiki
This document explains how to search for content on individual streaming sites in StreamingCommunity, allowing you to target specific sources for your media.
StreamingCommunity supports multiple streaming sites, each with its own content library and features. Site-specific search allows you to search directly on a particular site when you know where to look for your content.
The application dynamically loads available site modules, which may include:
- altadefinizione: Italian streaming site for movies
- animeunity: Anime streaming site
- animeworld: Anime streaming site
- cb01new: Italian streaming site for movies and TV shows
- ddlstreamitaly: Italian streaming site requiring authentication
- guardaserie: Italian streaming site for TV series
- mostraguarda: Italian streaming site for movies and TV shows
- streamingcommunity: Italian streaming site for movies and TV shows
- 1337xx: Torrent site for various content
The exact list of available sites may vary based on your installation and updates to the project.
You can search a specific site directly from the command line using the site-specific argument:
python test_run.py --sitename_search -s "your search terms"
Replace sitename_search
with the actual site argument (e.g., --animeworld_search
).
If you don't provide search terms with the -s
flag, you'll be prompted to enter them.
When running StreamingCommunity without command line arguments:
-
Start the application:
python test_run.py
-
When presented with the site selection menu, enter the number corresponding to your desired site
-
Enter your search terms when prompted
Sites are categorized by the type of content they primarily offer:
- Film: Sites focusing on movies
- Serie: Sites focusing on TV series
- Anime: Sites focusing on anime content
- Film_Serie: Sites offering both movies and TV series
- Other: Miscellaneous sites, including torrent sites
These categories are color-coded in the interactive menu for easy identification.
The search process varies slightly between sites but generally follows this pattern:
- Enter Search Terms: Type what you're looking for
- View Results: See a list of matching content
- Select Content: Choose an item from the results
- Select Format/Quality: Choose download options if available
- Download Content: The content is downloaded according to your configuration settings
Each site may have unique features or requirements:
- Select movie quality/resolution
- Choose audio language if available
- Select subtitle language if available
- Select season
- Select episode(s)
- Choose quality/resolution
- Select audio and subtitle options
- Select season/series
- Select episode(s)
- Choose subtitled or dubbed versions if available
- Select from available torrents
- View seeders/leechers information
- Download via integrated torrent client
Some sites require authentication:
-
ddlstreamitaly: Requires
ips4_device_key
,ips4_member_id
, andips4_login_key
to be configured in theSITE_EXTRA
section of your configuration file
-
Select a movie site (e.g., altadefinizione):
python test_run.py --altadefinizione_search
-
Enter search terms:
Enter search terms: inception
-
View and select from results:
Results for "inception": 1. Inception (2010) 2. Inception: The Cobol Job (2010) ... Select an item: 1
-
Select quality and download options as prompted
-
Select a TV series site (e.g., guardaserie):
python test_run.py --guardaserie_search
-
Enter search terms:
Enter search terms: breaking bad
-
View and select from results:
Results for "breaking bad": 1. Breaking Bad (2008-2013) 2. El Camino: A Breaking Bad Movie (2019) ... Select an item: 1
-
Select season:
Available seasons: 1. Season 1 2. Season 2 ... Select a season: 1
-
Select episode(s) and download options as prompted
- Know your sites: Familiarize yourself with which sites specialize in what content
- Use specific search terms: Include year, full title, or alternative titles for better results
- Check multiple sites: If you don't find what you're looking for on one site, try another
- Remember site indices: Note the index numbers of your favorite sites for quicker access
- Command Line Arguments - Learn about all available command line options
- Global Search - Learn about searching across multiple sites simultaneously
- Download Options - Learn about options for downloading content